-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
rocksdb: support seek perfomence #1291
Comments
是不是把我之前的 patch 搬过来,然后补充下 benchmark |
approve |
assgin to me |
相应 PR Qihoo360/blackwidow#17 在 seek 的时候指定 iterator range 上下边界,但有问题: 里面 list RedisLists::LRem 函数这个地方,read_options 这里他设置值了,但是 "rocksdb::Iterator* iter = db_->NewIterator(default_read_options_, handles_[1]); " 这里使用的还是 default_read_options_ 另外,这个 PR 已经 2022 年合并了,但是 Pika 仓库 src/storage 里面 Blackwidow 最新的代码里没这个 PR 的代码,很神奇 |
reassgin to me |
thank you. |
No description provided.
The text was updated successfully, but these errors were encountered: