Cassandra Memory Question

2014-03-09 Thread Gareth Collins
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:

Re: need help with Cassandra 1.2 Full GCing -- output of jmap histogram

2014-03-09 Thread Takenori Sato
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

Re: How many Data centers can Cassandra support?

2014-03-09 Thread Tupshin Harper
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 > > > >

How many Data centers can Cassandra support?

2014-03-09 Thread Lu, Boying
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

How to use CompositeRangeBuilder to query multiple components in a column?

2014-03-09 Thread Lu, Boying
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

need help with Cassandra 1.2 Full GCing -- output of jmap histogram

2014-03-09 Thread Oleg Dulin
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