Swaminathan Balachandran created HDDS-12246:
-----------------------------------------------
Summary: Set Compaction priority to MinOverlappingRatio for all
column families
Key: HDDS-12246
URL: https://issues.apache.org/jira/browse/HDDS-12246
Project: Apache Ozone
Issue Type: Improvement
Reporter: Swaminathan Balachandran
Assignee: Swaminathan Balachandran
We should set the default compaction priority for all the column families based
on the MinOverlappingRatio. By default sst files with more size are picked for
compaction. The sst file with new keys would be more bulkier keys would be
present sst files which has more keys. This tuning should help trigger more
compactions on deletes in the system.
{code:java}
options.setCompactionPriority(CompactionPriority.MinOverlappingRatio){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]