Which Topology fits best ?

2015-01-25 Thread SEGALIS Morgan
Hi everyone, I need one more time your precious advice. I would like to create a 2 nodes cluster, each node are on a different DataCenter, but with the same provider, ping between the 2 servers is fast: ~0,5 ms, and the bandwidth is great: ~ 1GB/s is, org.apache.cassandra.locator.SimpleStrategy w

Re: Which Topology fits best ?

2015-01-25 Thread Eric Stevens
As far as I know they're effectively the same. NetworkTopologyStrategy is useful when you want to set up separate RF per DC, such as if you want to have an analytics DC with lower RF to save money. On Sun, Jan 25, 2015 at 8:01 AM, SEGALIS Morgan wrote: > Hi everyone, > I need one more time your

Re: Which Topology fits best ?

2015-01-25 Thread mck
NetworkTopogolyStrategy gives you a better horizon and more flexibility as you scale out, at least once you've gone past small cluster problems like wanting RF=3 in a 4 node two dc cluster. IMO I'd go with "DC:1,DC2:1". ~mck

SStables can't compat automaticly

2015-01-25 Thread 曹志富
Hi everybody: I have 18 nodes using cassandra2.1.2.Every node has 4 core, 32 GB RAM, 2T hard disk,OS is CentOS release 6.2 (Final). I have follow the to config my system.such as disable SWAP,unlimited mem lock... My heap size is: MAX_HEAP_SIZE="8G" MIN_HEAP_SIZE="8G" HEAP_NEWSIZE="2G" I use S

Controlling the MAX SIZE of sstables after compaction

2015-01-25 Thread Parth Setya
Hi *Setup* *3 Node Cluster* Api- * Hector*CL- * QUORUM* RF- *3* Compaction Strategy- *Size Tiered Compaction* *Use Case* I have about *320 million rows*(~12 to 15 columns each) worth of data stored in Cassandra. In order to generate a report containing ALL that data, I do the following: 1. Run