Re: Insert v/s Update performance

2013-04-02 Thread Jay Svc
t; compactions as you write to the system compared to STCS because LCS is > always trying to keep a 1 to 10 ratio between levels. While LCS will > involve more compaction in general(more I/o, more cpu), I am not sure on > update vs. insert though From what I understand STCS will happily dup

Re: Insert v/s Update performance

2013-03-31 Thread aaron morton
will constantly compact….well, that is my understanding. Have you tried >> STCS out at all? (ps. This is just from what I understand so take with a >> grain of salt). >> >> Also, there are some great tools in the nodetool tool as well so you can get >> nodetool compac

Re: Insert v/s Update performance

2013-03-29 Thread Jay Svc
t;> get nodetool compactionstats, etc. etc. and see how backlogged you are in >> pending tasks….how many pending? >> >> Later, >> Dean >> >> From: Jay Svc mailto:jaytechg...@gmail.com>> >> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.ap

Re: Insert v/s Update performance

2013-03-27 Thread aaron morton
tc. etc. and see how backlogged you are in pending > tasks….how many pending? > > Later, > Dean > > From: Jay Svc mailto:jaytechg...@gmail.com>> > Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" > mailto:user@cassandra.apache.o

Re: Insert v/s Update performance

2013-03-26 Thread Jay Svc
g<mailto:user@cassandra.apache.org>> > Date: Tuesday, March 26, 2013 6:08 PM > To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" < > user@cassandra.apache.org<mailto:user@cassandra.apache.org>> > Subject: Re: Insert v/s Update performanc

Re: Insert v/s Update performance

2013-03-26 Thread Hiller, Dean
mailto:jaytechg...@gmail.com>> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Tuesday, March 26, 2013 6:08 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@ca

Re: Insert v/s Update performance

2013-03-26 Thread Jay Svc
Thanks Dean, I have used LCS with sstable_size_in_mb of 15. I have also tried bigger sstable_size_in_mb and observed simillar behavior. Does compaction works differently for update v/s Insert? I belive all keys goes to single SST. What other options I should look into? Thanks, Jay On Tue, Ma

Re: Insert v/s Update performance

2013-03-26 Thread Hiller, Dean
Most likely compaction kicks in as updates cause duplicated rows in STCS and compaction causes load that may not have been there before(check your logs). Also, you can increase the number of nodes in your cluster as well to better handle the load. Later, Dean From: Jay Svc mailto:jaytechg...@