Re: Data modeling a write-intensive comment storage cluster

2014-01-25 Thread Jeremiah Peschka
Responses inline --- sent from a tiny portion of the hive mind... in this case, a phone On Jan 25, 2014 5:16 PM, "fxmy wang" wrote: > > Greetings List, > > I'm a new guy who's only got some experience with RMDBs. So please enlighten me if I'm doing something silly. > > So I'm trying to use Riak f

Data modeling a write-intensive comment storage cluster

2014-01-25 Thread fxmy wang
Greetings List, I'm a new guy who's only got some experience with RMDBs. So please enlighten me if I'm doing something silly. So I'm trying to use Riak for storing video comments - small but huge amount of datas. Prerequisites: - One bucket for one video. - Keys will consist of a timestamp and us

Re: Listing all keys and 2i $key query on a bucket

2014-01-25 Thread Russell Brown
On 25 Jan 2014, at 18:50, Daniel Iwan wrote: > How "heavy" for the cluster are those two operations for Riak cluster 3-5 > nodes? > Listing all keys and filtering on client side is definitely not recommended > but is 2i query via $key for given bucket equally heavy and not recommended? It is a

Listing all keys and 2i $key query on a bucket

2014-01-25 Thread Daniel Iwan
How "heavy" for the cluster are those two operations for Riak cluster 3-5 nodes? Listing all keys and filtering on client side is definitely not recommended but is 2i query via $key for given bucket equally heavy and not recommended? On related note is there a $bucket query to find all the buckets