Dne 4.11.2012 1:24, Edward Capriolo napsal(a):
I have another ticket open for this.
which one
I have another ticket open for this.
On Sat, Nov 3, 2012 at 6:29 PM, Radim Kolar wrote:
> done
> https://issues.apache.org/jira/browse/CASSANDRA-4897
done
https://issues.apache.org/jira/browse/CASSANDRA-4897
It's possible, take a look at the CompactionTask class for some guidance on
what we did for LCS.
On Mon, Oct 29, 2012 at 5:16 AM, Radim Kolar wrote:
> its possible to implement maximum sstable size for tieredcompactionpolicy
> without much code changes?
>
> I am using it in l
its possible to implement maximum sstable size for
tieredcompactionpolicy without much code changes?
I am using it in lucene with really good performance effect, max size is
4 GB, dataset total size is 30 GB. It prevents lucene from creating too
big segment which takes too long to be merged