Multiget_slice or composite column keys?

2011-05-15 Thread Charles Blaxland
Hi All, New to Cassandra, so apologies if I don't fully grok stuff just yet. I have data keyed by a key as well as a date. I want to run a query to get multiple keys across multiple contiguous date ranges simultaneously. I'm currently storing the date along with the row key like this: key1|2011-

Re: Multiget_slice or composite column keys?

2011-05-16 Thread Charles Blaxland
01/05/2011 > > If you often want to read certain keys for a single day (or a few days) > consider pivoting the data so the key is the date and the columns are the > current row keys. > > Hope that helps. > > - > Aaron Morton > Freelance Cassandra Dev