Re: trying to make my ideas clear about partionning...

2010-05-10 Thread Olivier Mallassi
Thanks! On Mon, May 10, 2010 at 2:17 PM, Dr. Martin Grabmüller < martin.grabmuel...@eleven.de> wrote: > Partitioning is only done for row keys, the part in your message about > keys and partitioning is correct. > There is no partitioning for columns, all columns for a particular key are > store

RE: trying to make my ideas clear about partionning...

2010-05-10 Thread Dr . Martin Grabmüller
Partitioning is only done for row keys, the part in your message about keys and partitioning is correct. There is no partitioning for columns, all columns for a particular key are stored on the same node (plus replicas, of course, which are stored on different nodes). The CompareWith option fo