Is it possible in C* 1.2 to configure column families to be flushed individually?
So, if I have 3 CFs, and one of them gets full to 64 MB and the others are only at 5 MB, will only the first full CF get flushed to a SStable? Also, is it possible to configure different sized memtables for different column families?
