I am interested in using kyotocabinet
key-value store and I want to preform a range query preferably with a bulk interface (returning byte array). I checked kyotocabinet
s Java API and I couldn't find any particular method to do this. As range queries are very common for key-value stores, I was wondering if anybody has experience in doing range queries over kyotocabinet
.
Asked
Active
Viewed 743 times
26

JensG
- 13,148
- 4
- 45
- 55

Ali Salehi
- 6,899
- 11
- 49
- 75
-
Did you find a solution to your problem? – amirouche Jun 08 '19 at 23:49