Can we retrieve Riak Objects instead of keys using 2i -


i have use-case need query based on 2i value , retrieve riak objects intstead of keys. doing map-reduce operation took quite long time , more computations.

is there other solution this?

since 2i search returns list of matching keys, can make multiple parallel requests fetch associated objects.

riak not traditional rdbms try minimize number of fetch requests make. recommend benchmarking find ideal number of parallel requests maximize performance fetch objects.

finally, please ensure using load balancer between application , riak these fetch requests balanced among nodes in cluster.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -