On Thu, Aug 1, 2013 at 12:49 PM, Gareth Collins <gareth.o.coll...@gmail.com>wrote:
> Would this be correct? Just making sure I understand how to best use > secondary indexes in Cassandra with time series data. > In general unless you ABSOLUTELY NEED the one unique feature of built-in Secondary Indexes (atomic update of base row and index) you should just use a normal column family for secondary index cases. =Rob