I am trying to understand why one of my nodes keeps full GC.
I have Xmx set to 8gigs, memtable total size is 2 gigs.
Consider the top entries from jmap -histo:live @ http://pastebin.com/UaatHfpJ
--
Regards,
Oleg Dulin
http://www.olegdulin.com
Hi, experts,
I need to query all columns of a row in a column family that meet some
conditions (see below). The column is composite column and has following
format:
... where componentN has String type.
What I want to do is to find out all columns that meet following conditions:
1. comp
Hi, experts,
Since the Cassandra 2.x supports DB that across multiple DCs, my question is
how many DCs can Cassandra support in practice?
Thanks
Boying
20, easily. Probably far more, but I lack data points beyond that.
-Tupshin
On Mar 9, 2014 10:26 AM, "Lu, Boying" wrote:
> Hi, experts,
>
>
>
> Since the Cassandra 2.x supports DB that across multiple DCs, my question
> is how many DCs can Cassandra support in practice?
>
>
>
> Thanks
>
>
>
>
You have millions of org.apache.cassandra.db.DeletedColumn instances on the
snapshot.
This means you have lots of column tombstones, and I guess, which are read
into memory by slice query.
On Sun, Mar 9, 2014 at 10:55 PM, Oleg Dulin wrote:
> I am trying to understand why one of my nodes keeps
Hello,
I have a question about CQL memory usage. I am currently using 1.2.9.
If I have a Cassandra table like this (created using Astyanax API):
CREATE TABLE table_name (
key text,
column1 text,
value blob,
PRIMARY KEY (key, column1)
) WITH COMPACT STORAGE;
and I run a query like this: