multi-get: expose rocksdb multi-get api do batch get#846
multi-get: expose rocksdb multi-get api do batch get#846zhangjinpeng87 wants to merge 1 commit intotikv:masterfrom
Conversation
Signed-off-by: zhangjinpeng87 <zzzhangjinpeng@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
📝 WalkthroughWalkthroughThis pull request adds batch retrieval (multi-get) functionality to RocksDB Rust bindings. New FFI functions Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Expose rocksdb's multi-get interface to do batch get.
Summary by CodeRabbit