Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

celldb: version 2 #1463

Open
wants to merge 2 commits into
base: testnet
Choose a base branch
from
Open

celldb: version 2 #1463

wants to merge 2 commits into from

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

Copy link

@agca52 agca52 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

birydrad added 2 commits February 25, 2025 12:15
- 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants