Re: Counter question

2012-03-29 Thread Tamar Fraenkel
Thanks! will do. Tamar *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54 8356490 Fax: +972 2 5612956 On Thu, Mar 29, 2012 at 12:11 PM, Shimi Kiviti wrote: > You set the consistency with every request. > U

Re: Counter question

2012-03-29 Thread Shimi Kiviti
You set the consistency with every request. Usually a client library will let you set a default one for all write/read requests. I don't know if Hector lets you set a default consistency level per CF. Take a look at the Hector docs or ask it in the Hector mailing list. Shimi On Thu, Mar 29, 2012

Re: Counter question

2012-03-29 Thread Paolo Bernardi
On Thu, 2012-03-29 at 11:47 +0200, Tamar Fraenkel wrote: > Can this be set on a CF basis. > Only this CF needs higher consistency level. The consistency level of read/write operations is specified at each single read/write function call. This means that you have to use the desired consistency leve

Re: Counter question

2012-03-29 Thread Tamar Fraenkel
Can this be set on a CF basis. Only this CF needs higher consistency level. Thanks, Tamar *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54 8356490 Fax: +972 2 5612956 On Thu, Mar 29, 2012 at 10:44 AM, Shim

Re: Counter question

2012-03-29 Thread Shimi Kiviti
Like everything else in Cassandra, If you need full consistency you need to make sure that you have the right combination of (write consistency level) + (read consistency level) if W = write consistency level R = read consistency level N = replication factor then W + R > N Shimi On Thu, Mar 29,

Re: counter question

2011-06-24 Thread Ryan King
On Fri, Jun 24, 2011 at 6:08 AM, Joseph Stein wrote: > cool > now that 0.8 is out any chance Rainbird is going to be open sourced? Not anytime soon. We're busy launching a bunch of stuff (some of which you'll hear about at CassandraSF). -ryan > if not then I guess I will be building my own Scal

Re: counter question

2011-06-24 Thread Joseph Stein
cool now that 0.8 is out any chance Rainbird is going to be open sourced? if not then I guess I will be building my own Scala campaign, advertising counter layer over Cassandra also with de-normalized time dimensions =8^) [which is fine by me (looking forward to it actually) but I would rather im

Re: counter question

2011-06-24 Thread Sasha Dolgy
twitter uses it in production http://www.slideshare.net/kevinweil/rainbird-realtime-analytics-at-twitter-strata-2011 http://techcrunch.com/2011/02/04/twitter-rainbird/ I have had it implemented a little over a month now, and haven't had any problems with it ... although, the scale isn't quite twi