any way to prefer just 3 column families for partial row caching

2012-09-10 Thread Hiller, Dean
We have 3 tables for all indexing we do called IntegerIndexing DecimalIndexing StringIndexing playOrm would prefer that only these rows are cached as every row in those tables are indices. Customers/Clients of playOrm tend to always hit the same index rows over and over as they are using the

Re: any way to prefer just 3 column families for partial row caching

2012-09-10 Thread aaron morton
playOrm would prefer that only these rows are cached as every row in those tables are indices CF level key and row caching is specified by the caching property. It can be either KEY, ROW or BOTH. So you can turn on the row cache, but only have some CF's use it. Cheers -