apache / fluo

Apache Fluo
https://fluo.apache.org
Apache License 2.0
187 stars 78 forks source link

Use summarizers to make compaction decisions #1054

Open keith-turner opened 6 years ago

keith-turner commented 6 years ago

In Accumulo 2.0 summarizes were introduced. Fluo could use these to count column types and notifications. These counts could be use to make compaction decisions.

keith-turner commented 3 years ago

It would be better to do this after Accumulo 2.1.0 releases w/ new compaction updates. Doing it now would require writing code against the Accumulo CompactionStrategy which is deprecated as of Accumulo 2.1.0 because its highly unstable.