Re: Cassandra client alternatives to mimic Couchbase sharding ???

2013-12-31 Thread Ryan, Brent
.datastax.com/docs/1.1/dml/data_consistency Cheers, Hannu 2013/12/31 Ryan, Brent mailto:br...@cvent.com>> Assuming that you have a 3 node cassandra cluster with replication factor of 3 (so all nodes have the data)… Does there exist a cassandra client that would allow a cassandra cluster to

Cassandra client alternatives to mimic Couchbase sharding ???

2013-12-31 Thread Ryan, Brent
Assuming that you have a 3 node cassandra cluster with replication factor of 3 (so all nodes have the data)… Does there exist a cassandra client that would allow a cassandra cluster to behave similarly to a couchbase cluster where for a given RowKey X, the client would always communicate to the

Re: timeuuid and cql3 query

2013-06-21 Thread Ryan, Brent
lt; minTimeuuid('2013-06-18 16:24:00'); would actually be a sequential read on a wide row on a single node. -- Francisco Andrades Grassi www.bigjocker.com<http://www.bigjocker.com/> @bigjocker On Jun 19, 2013, at 12:17 PM, "Ryan, Brent" mailto:br...@cvent.com>>

Re: timeuuid and cql3 query

2013-06-19 Thread Ryan, Brent
Y (ts, counter) ) I believe I tried this as well and ran into similar problems but I'll try it again. I'm using the "ByteOrderedPartitioner" if that helps with the latest version of DSE community edition which I believe is Cassandra 1.2.3. Thanks, Brent From: Tyler Hobbs

Re: timeuuid and cql3 query

2013-06-19 Thread Ryan, Brent
assandra.apache.org>> Date: Wednesday, June 19, 2013 11:00 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: timeuuid and cql3 query On Wed, Jun 19, 2013 at 8:08 AM, Ryan, Brent mailto:br...@cvent.com&

Re: timeuuid and cql3 query

2013-06-19 Thread Ryan, Brent
dra.apache.org>> Date: Wednesday, June 19, 2013 11:00 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: timeuuid and cql3 query On Wed, Jun 19, 2013 at 8:08 AM, Ryan, Brent mailto:br...@cvent.com

Re: timeuuid and cql3 query

2013-06-19 Thread Ryan, Brent
...@gmail.com>> wrote: Hi Tyler, I am interested in this scenario as well: could you please elaborate further your answer? Thanks a lot, Davide On 19 Jun 2013 16:01, "Tyler Hobbs" mailto:ty...@datastax.com>> wrote: On Wed, Jun 19, 2013 at 8:08 AM, Ryan, Brent mail

timeuuid and cql3 query

2013-06-19 Thread Ryan, Brent
I'm experimenting with a data model that will need to ingest a lot of data that will need to be query able by time. In the example below, I want to be able to run a query like "select * from count3 where counter = 'test' and ts > minTimeuuid('2013-06-18 16:23:00') and ts < minTimeuuid('2013-06-