from cql cqlsh>select count(*) from topics;
On Sat, Jan 4, 2014 at 12:18 PM, Robert Coli <rc...@eventbrite.com> wrote: > On Sat, Jan 4, 2014 at 11:10 AM, Mullen, Robert <robert.mul...@pearson.com > > wrote: > >> I have a column family called "topics" which has a count of 47 on one >> node, 59 on another and 49 on another node. It was my understanding with a >> replication factor of 3 and 3 nodes in each ring that the nodes should be >> equal so I could lose a node in the ring and have no loss of data. Based >> upon that I would expect the counts across the nodes to all be 59 in this >> case. >> > > In what specific way are you counting rows? > > =Rob >