The riak tag has no wiki summary.
2
votes
0answers
72 views
Riak Key spaces and Indexes
I wanted to know how riak handles two queries when the data set starts getting really large. Since riak buckets are just key space, everything seems like it lives in one massive index well bucket. I ...
1
vote
1answer
93 views
Riak in SasS application
I am thinking about using Riak for a SasS application I started working on recently. I was originally thinking about MongoDB but after running into Riak it seems like it may be the better option. The ...
1
vote
0answers
69 views
key value database
I have one object and a lot of data associated with that object, you can think of it as something like facebook timeline where we have user and user has a lot of posts.
I cannot store data in JSON ...