Skip to content

Commit 90c6325

Browse files
committed
[core] Fixed the issue where ut failed due to missing docs. apache#6880
1 parent 94de766 commit 90c6325

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/layouts/shortcodes/generated/core_configuration.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,18 @@
266266
<td>Double</td>
267267
<td>Ratio of the deleted rows in a data file to be forced compacted for append-only table.</td>
268268
</tr>
269+
<tr>
270+
<td><h5>compaction.metrics.enabled</h5></td>
271+
<td style="word-wrap: break-word;">false</td>
272+
<td>Boolean</td>
273+
<td>If enabled, compaction metric data will be recorded for each instance.</td>
274+
</tr>
275+
<tr>
276+
<td><h5>compaction.metrics.retained_num</h5></td>
277+
<td style="word-wrap: break-word;">10</td>
278+
<td>Integer</td>
279+
<td>Set the maximum number of times a record metric can be retained.</td>
280+
</tr>
269281
<tr>
270282
<td><h5>compaction.force-rewrite-all-files</h5></td>
271283
<td style="word-wrap: break-word;">false</td>

0 commit comments

Comments
 (0)