Memtable Data Size is the number of bytes you Column Family is taking up.
Have you read the section on "Repairing missing or inconsistent data" here
http://wiki.apache.org/cassandra/Operations . It describes the nodetool repair
operation used to repair inconsistent data.
Aaron
On 28 Oct 201
Gary, Thank you for your comments.
I also have another question in mind:
- If in all nodes "nodetool cfstats" shows that the memtable size is 0. Then
can I be sure that it's safe to assume that all values are consistent?
Regards,
Utku
On Wed, Oct 27, 2010 at 3:24 PM, Gary Dusbabek wrote:
> On
On Wed, Oct 27, 2010 at 05:08, Utku Can Topçu wrote:
> Hi,
>
> For a columnfamily in a keyspace which has RF=3, I'm issuing writes with
> ConsistencyLevel.ONE.
>
> in the configuration I have:
> - memtable_flush_after_mins : 30
> - memtable_throughput_in_mb : 32
>
> I'm writing to this columnfamil
Hi,
For a columnfamily in a keyspace which has RF=3, I'm issuing writes with
ConsistencyLevel.ONE.
in the configuration I have:
- memtable_flush_after_mins : 30
- memtable_throughput_in_mb : 32
I'm writing to this columnfamily continuously for about 1 hour then stop
writing.
So the question is: