Y
Hacker News
new
|
ask
|
show
|
jobs
by
dgrnbrg
5149 days ago
Does riak support range queries?
2 comments
smn
5149 days ago
It does on secondary indexes
http://wiki.basho.com/Secondary-Indexes.html
link
aphyr
5149 days ago
I should mention that 2I performance may be a little slow, depending on what kind of indices and queries you need. It's not hard to try it out and benchmark, though.
link
nirvana
5149 days ago
Yes, it does range queries based on key, if the key follows a defined format.
It also has secondary indexes.
link