You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
It would be good to separate the pilosa implementation to a separate library, out of go-mysql-server, in order to keep go-mysql-server as the core, free of specific implementations as much as possible.
I believe we should have more generic package like go-mysql-index which you can import like you import go's std. lib. db package and driver which will anonymously implement the Index interface, e.g.:
It would be good to separate the pilosa implementation to a separate library, out of go-mysql-server, in order to keep go-mysql-server as the core, free of specific implementations as much as possible.
cc @mcuadros
The text was updated successfully, but these errors were encountered: