You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/layouts/shortcodes/generated/core_configuration.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,12 @@
380
380
<td>Integer</td>
381
381
<td>Percentage flexibility while comparing sorted run size for changelog mode table. If the candidate sorted run(s) size is 1% smaller than the next sorted run's size, then include next sorted run into this candidate set.</td>
382
382
</tr>
383
+
<tr>
384
+
<td><h5>compaction.small-file-ratio</h5></td>
385
+
<tdstyle="word-wrap: break-word;">0.7</td>
386
+
<td>Double</td>
387
+
<td>The ratio of target file size. Files whose size is smaller than target-file-size * compaction.small-file-ratio will be picked for compaction rewriting. This avoids compacting the same file repeatedly due to compression inaccuracy causing output files to be slightly smaller than the target size.</td>
0 commit comments