Re: configurable bloom filters (like hbase)

2011-12-14 Thread Brandon Williams
https://issues.apache.org/jira/browse/CASSANDRA-3497 On Wed, Dec 14, 2011 at 4:52 AM, Radim Kolar wrote: > Dne 11.11.2011 7:55, Radim Kolar napsal(a): > >> i have problem with large CF (about 200 billions entries per node). While >> i can configure index_interval to lower memory requirements, i s

Re: configurable bloom filters (like hbase)

2011-12-14 Thread Radim Kolar
Dne 11.11.2011 7:55, Radim Kolar napsal(a): i have problem with large CF (about 200 billions entries per node). While i can configure index_interval to lower memory requirements, i still have to stick with huge bloom filters. Ideal would be to have bloom filters configurable like in hbase. Ca

configurable bloom filters (like hbase)

2011-11-10 Thread Radim Kolar
i have problem with large CF (about 200 billions entries per node). While i can configure index_interval to lower memory requirements, i still have to stick with huge bloom filters. Ideal would be to have bloom filters configurable like in hbase. Cassandra standard is about 1.05% false possiti