You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "rockeet (via GitHub)" <gi...@apache.org> on 2023/05/16 08:26:50 UTC

[GitHub] [incubator-kvrocks] rockeet opened a new issue, #1441: Hash::MGet: use DB::MultiGet for hash fields

rockeet opened a new issue, #1441:
URL: https://github.com/apache/incubator-kvrocks/issues/1441

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   `DB::MultiGet` pushes fields query to RocksDB, thus RocksDB can perform optimizations, such as async io by io uring.
   
   Although this optimization is less than `mget` for strings, it is valuable because different fields may lies in different levels of the LSM Tree, thus async io can take effect.
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk closed issue #1441: Hash::MGet: use DB::MultiGet for hash fields

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk closed issue #1441: Hash::MGet: use DB::MultiGet for hash fields
URL: https://github.com/apache/incubator-kvrocks/issues/1441


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] zevin02 commented on issue #1441: Hash::MGet: use DB::MultiGet for hash fields

Posted by "zevin02 (via GitHub)" <gi...@apache.org>.
zevin02 commented on issue #1441:
URL: https://github.com/apache/incubator-kvrocks/issues/1441#issuecomment-1549724114

   I hope to deal with it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #1441: Hash::MGet: use DB::MultiGet for hash fields

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk commented on issue #1441:
URL: https://github.com/apache/incubator-kvrocks/issues/1441#issuecomment-1549789568

   Thanks @zevin02, assigned


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org