My column family has enabled row cache. I have batch processing, which goes over all rows to find those which are suppose to be removed. As result row cache is being flushed - it does not contain "real data", but results of my batch processing.
Can I execute Thrift/CQL query which will tell Cassandra to avoid row cache even when it's enabled ? This would be useful for Map-Reduce algorithms.