Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Add configuration item 'compaction_validation_level'
# The level of validation after compaction
# The details of these three levels are as follows:
# 1. NONE: the validation after compaction is disabled.
# 2. OVERLAP_ONLY: the validation after compaction check overlap only.
# 3. OVERLAP_AND_FILE: the validation after compaction check overlap and file.
# Datatype: String
# compaction_validation_level=NONE