GitHub user mapleFU added a comment to the discussion: Have you considered introducing B+ tree(For example, wiredtiger) as the storage engine?
I'm general -1 with this without any real code implemented. Generally rocksdb might not fit all scenerio, but it can be tunned to fit the most cases. And concepts like Snapshot, Compaction Filter, backup is currently strongly relies on the LSM abstraction. It would be a little tricky to introduce advance features using different abstractions. GitHub link: https://github.com/apache/kvrocks/discussions/2931#discussioncomment-13058057 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
