Improving compaction in Cassandra with cardinality estimation
1–3 of 3 posts
Re: Improving compaction in Cassandra with cardinality estimation
#2addthis/stream-lib is pretty awesome, we use it also for its stream summary implementation and has been amazing for identifying things like which partitions are updated or read the most
Re: Improving compaction in Cassandra with cardinality estimation
#3This is an interesting use of the HyperLogLog algorithm. And yay for less RAM overhead.