-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Acoustid index V2 #7
base: main
Are you sure you want to change the base?
Conversation
lalinsky
commented
Dec 9, 2021
•
edited
Loading
edited
- full insert/update/delete support
- multi-index HTTP API
- multi-index gRCP API
- faster WAL-log based index writing
This reverts commit e2097ea.
How far is this PR? "working, but not tested enough" or WIP. Any rough estimate when this could be merged? |
@josepowera It's working, but not tested enough. What's missing mainly is an easy upgrade path. Otherwise, it would already be merged. For now, I'm trying to backport as much of this as possible to the main branch. It will be merged once I add support for loading the previous disk format and upgrading it on-the-fly. |