You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by AJ <qw...@gmail.com> on 2016/03/30 18:18:18 UTC

Thrift row cache in Cassandra 2.1

Hi,

I am having to tune a legacy app to use row caching (the why is unimportant). I know Thrift is EOL etc.. However, I have to do it.

I am unable to work out what the values to set on the column family are now with the changes in Caching (i.e. rows_per_partition). Previously you would set them to all, keys_only, rows_only, or none - is this still the case? The docs seem to indicate you can only set it to keys or rows_per_partition… When I set it to all n CF via cassandra-cli it says rows_per_partition: 0 when I look at the CQL for the same CF.

Just a bit confused - if anyone can clarify it, would be appreciated.

Thanks,

AJ