On Tue, Nov 27, 2012 at 8:16 PM, Yiming Sun <yiming....@gmail.com> wrote:
> Hello,
>
> but it is not clear to me where this setting belongs to, because even in the
> v1.1.6 conf/cassandra.yaml,  there is no such property, and apparently
> adding this property to the yaml causes a fatal configuration error upon
> server startup,
>

It's a per column family setting that can be applied using the CLI or CQL.

With CQL3 it would be

ALTER TABLE <cf> WITH caching = 'rows_only';

to enable the row cache but no key cache for that CF.

-Bryan

Reply via email to