> What sort of slicing are you doing? This will impact CPU usage.
The slice is all columns (under one column family which is Standard1):
List<ColumnOrSuperColumn> cols = thriftClient_.get_slice ("Table1",
myKey,
new ColumnParent("Standard1",null),
new SlicePredicate(colNames_,null),
1);
Thanks,
Huming
