Skip to content


Cassandra get_columns_since gotcha

This makes sense once you think about it, but it doesn’t appear to show up anywhere in the doc. If you call get_columns_since on a column family that is not ordered by Time, the call succeeds but always returns zero rows. To get this working you’ll need a column defined like this

            <ColumnFamily ColumnSort="Time" Name="Statuses"/>

Posted in cassandra.

blog comments powered by Disqus