On Mon, Jul 7, 2014 at 9:52 AM, Redmumba <redmu...@gmail.com> wrote:

> Would adjusting the maximum sstables before a compaction is performed help
> this situation?  I am currently using the default values provided by
> SizeTieredCompactionStrategy in C* 2.0.6.  Or is there a better option for
> a continuous-write operation (with TTLs for dropping off old data)?
>

(Sorry, just saw this line about the workload.)

Redis?

If you have a high write rate and are discarding 100% of data after a TTL,
perhaps a data-store with immutable data files that reconciles row
fragments on read is not ideal for your use case?

https://issues.apache.org/jira/browse/CASSANDRA-6654

Is probably also worth a read...

=Rob

Reply via email to