Re: Question on SSTable Configuration Parameters......

2012-06-17 Thread aaron morton
> Where can I find parameters to control the SSTable files - e.g. their min/max > sizes, etc. It's not normally something you need to worry about. The initial size of the files is not really controlled by settings. The data is flushed to disk when either the commit log reaches a certain size, o

Question on SSTable Configuration Parameters......

2012-06-17 Thread Jayesh Thakrar
Hi All, I am a getting started with Cassandra and have been reading the O'Reilly Book and some other documentation. I understand that data is persisted in SSTable files. Where can I find parameters to control the SSTable files - e.g. their min/max sizes, etc. I looked up http://wiki.apache.org/