GitHub user git-hulk added a comment to the discussion: Have you considered introducing B+ tree(For example, wiredtiger) as the storage engine?
Hi @y123456yz Thanks for proposing this. Yes, we have ever discussed about if it's possible to support multiple underlying engines. The biggest obstacle is that Kvrocks's codebase is deeply binding with RocksDB, and it may need a lot of effort to achieve this goal. > If kvrocks has this idea, I would be very willing to complete the > development of the wiredtiger plugin supported by kvrocks on my spare > weekends. >From my perspective, I appreciate your interest, and proposals/PRs are always >welcome. cc @apache/kvrocks-committers GitHub link: https://github.com/apache/kvrocks/discussions/2931#discussioncomment-13057485 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
