Skip to content

Commit 1c233b4

Browse files
committed
fix
1 parent 1f4bed4 commit 1c233b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/layouts/shortcodes/generated/core_configuration.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,12 @@
428428
<td>Boolean</td>
429429
<td>Whether to enable deletion vectors mode. In this mode, index files containing deletion vectors are generated when data is written, which marks the data for deletion. During read operations, by applying these index files, merging can be avoided.</td>
430430
</tr>
431+
<tr>
432+
<td><h5>deletion-vectors.modifiable</h5></td>
433+
<td style="word-wrap: break-word;">false</td>
434+
<td>Boolean</td>
435+
<td>Whether to enable modifying deletion vectors mode.</td>
436+
</tr>
431437
<tr>
432438
<td><h5>disable-explicit-type-casting</h5></td>
433439
<td style="word-wrap: break-word;">false</td>

0 commit comments

Comments
 (0)