Re: Possible to Add multiple columns in one query ?

2014-05-25 Thread Colin
n > your laptop. > > And for a real cluster, rows with different partition keys can be sent to a > coordinator node that owns that partition key, which could be multiple nodes > for RF>1. > > -- Jack Krupansky > > From: Mark Farnan > Sent: Sunday, May 25, 2014

Re: Possible to Add multiple columns in one query ?

2014-05-25 Thread Colin
U cores than > your laptop. > > And for a real cluster, rows with different partition keys can be sent to a > coordinator node that owns that partition key, which could be multiple nodes > for RF>1. > > -- Jack Krupansky > > From: Mark Farnan > Sent: Sunday

Re: Possible to Add multiple columns in one query ?

2014-05-25 Thread Jack Krupansky
nan Sent: Sunday, May 25, 2014 9:36 AM To: user@cassandra.apache.org Subject: Possible to Add multiple columns in one query ? I’m sure this is a CQL 101 question, but. Is it possible to add MULTIPLE Rows/Columns to a single Partition in a single CQL 3 Query / Call. Need: I’m try

Possible to Add multiple columns in one query ?

2014-05-25 Thread Mark Farnan
I'm sure this is a CQL 101 question, but. Is it possible to add MULTIPLE Rows/Columns to a single Partition in a single CQL 3 Query / Call. Need: I'm trying to find the most efficient way to add multiple time series events to a table in a single call. Whilst most time series dat