infinity
infinity copied to clipboard
Unified memindex commit
What problem does this PR solve?
- Refactor: commit mem index commit process to a seperate file
- Refactor: remove thread pool used by memindex committing.
- Bug fix: txn store data race when compact a table with multiple indexes.
Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Refactoring