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

[GitHub] [incubator-kvrocks] segment11 opened a new issue, #1261: Support batch fetch rows by key prefix

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   Improve performance so it can replace some cases using HBase.
   
   ### 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 commented on issue #1261: Support batch fetch rows by key prefix

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

   Hi @segment11,
   
   Thanks for your feedback, Kvrocks currently supports the scan command to iterate keys with prefix. Could you help to add more context if it's NOT exactly what you want?
   
   Reference: https://redis.io/commands/scan/
   
   
   


-- 
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] segment11 commented on issue #1261: Support batch fetch rows by key prefix

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

   I actually want a time series database on rocksdb, and it has replica that can failover.
   Take HBase as example, query n rows scan by rowkey,it is just read some hfiles(sstable) because the rowkeys are ordered.
   


-- 
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 #1261: Support batch fetch rows by key prefix

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

   Currently, the scan keys in Kvrocks are also ordered indeed, so it should be the same with HBase rows scan.


-- 
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] segment11 closed issue #1261: Support batch fetch rows by key prefix

Posted by "segment11 (via GitHub)" <gi...@apache.org>.
segment11 closed issue #1261: Support batch fetch rows by key prefix
URL: https://github.com/apache/incubator-kvrocks/issues/1261


-- 
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