Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
None
-
None
-
None
-
None
Description
Delayed compaction feature for RatioBasedCompactionPolicy allows to specify maximum compaction delay for newly created store files. Files will be eligible for compaction only if their age exceeds this delay. This will allow to preserve new data in a block cache. For most applications, the newer the data is the more frequently it is accessed. The frequent compactions of a new store files result in high block cache churn rate and affects read performance and read latencies badly.
The configuration will be global, per table, per column family.
Attachments
Attachments
Issue Links
- is part of
-
HBASE-14383 Compaction improvements
- Closed