Skip to content
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

celldb: version 2 #1463

Open
wants to merge 1 commit into
base: testnet
Choose a base branch
from
Open

Conversation

birydrad
Copy link
Contributor

@birydrad birydrad commented Jan 7, 2025

  • thread safe cache
  • parallel commit
  • multiple optimizations
  • support of key-value merge operations
  • improved tests and benchmarks
  • in-memory version won't read from key value after start - uses vector in-memory table now
  • use rocksdb::WALRecoveryMode::kTolerateCorruptedTailRecords - do not silently ignore errors during recovery

- thread safe cache
- parallel commit
- multiple optimizations
- support of key-value merge operations
- improved tests and benchmarks
- in-memory version won't read from key value after start - uses vector in-memory table now
- use rocksdb::WALRecoveryMode::kTolerateCorruptedTailRecords - do not silently ignore errors during recovery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant