Re: splitting large sstables

2012-12-03 Thread Rob Coli
On Sat, Dec 1, 2012 at 9:29 AM, Radim Kolar wrote: > from time to time people ask here for splitting large sstables, here is > patch doing that > > https://issues.apache.org/jira/browse/CASSANDRA-4897 Interesting, thanks for the contribution! :D For those who might find this thre

Re: splitting large sstables

2012-12-03 Thread Radim Kolar
apply patch + recompile. Define "max_sstable_size" compaction strategy property on CF you want to split, then run compaction.

Re: splitting large sstables

2012-12-03 Thread Andrey Ilinykh
Could you provide more details how to use it? Let's say I already have a huge sstable. What am i supposed to do to split it? Thank you, Andrey On Sat, Dec 1, 2012 at 11:29 AM, Radim Kolar wrote: > from time to time people ask here for splitting large sstables, here is > patch

splitting large sstables

2012-12-01 Thread Radim Kolar
from time to time people ask here for splitting large sstables, here is patch doing that https://issues.apache.org/jira/browse/CASSANDRA-4897