Re: what are ways to keep the SSTable Count down low

2010-09-21 Thread Jonathan Ellis
On Mon, Sep 20, 2010 at 4:57 PM, Peter Schuller wrote: >> Not in 0.6 I believe, but I believe this recently went into trunk for >> the upcoming 0.7. > > By "not in 0.6" i mean in terms of the configuration. This is ready for 0.6.6, fwiw. -- Jonathan Ellis Project Chair, Apache Cassandra co-foun

Re: what are ways to keep the SSTable Count down low

2010-09-20 Thread Peter Schuller
> Not in 0.6 I believe, but I believe this recently went into trunk for > the upcoming 0.7. By "not in 0.6" i mean in terms of the configuration. If you are willing to modify the source you can change it fairly easily by changing the private constants towards the beginning of org/apache/cassandra/

Re: what are ways to keep the SSTable Count down low

2010-09-20 Thread Peter Schuller
> How do you set the compaction threshold from storage-conf.xml? is this > possible? Not in 0.6 I believe, but I believe this recently went into trunk for the upcoming 0.7. > What is the consensus on a basic Key-Value store of setting the > compactionthreshold min/max from > > ./nodetool --host=

Re: what are ways to keep the SSTable Count down low

2010-09-20 Thread Edward Capriolo
On Mon, Sep 20, 2010 at 3:14 PM, Dathan Pattishall wrote: > How do you set the compaction threshold from storage-conf.xml? is this > possible? > > What is the consensus on a basic Key-Value store of setting the > compactionthreshold min/max from > > ./nodetool --host=localhost --port=8181 getcomp

what are ways to keep the SSTable Count down low

2010-09-20 Thread Dathan Pattishall
How do you set the compaction threshold from storage-conf.xml? is this possible? What is the consensus on a basic Key-Value store of setting the compactionthreshold min/max from ./nodetool --host=localhost --port=8181 getcompactionthreshold Current compaction threshold: Min=4, Max=32 to say some