Skip to content

Commit 1416795

Browse files
committed
fix
1 parent 1ad7d45 commit 1416795

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/layouts/shortcodes/generated/core_configuration.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,24 @@
14521452
<td>String</td>
14531453
<td>The Variant shredding schema for writing.</td>
14541454
</tr>
1455+
<tr>
1456+
<td><h5>visibility-callback.check-interval</h5></td>
1457+
<td style="word-wrap: break-word;">10 s</td>
1458+
<td>Duration</td>
1459+
<td>The interval for checking visibility when visibility-callback enabled.</td>
1460+
</tr>
1461+
<tr>
1462+
<td><h5>visibility-callback.enabled</h5></td>
1463+
<td style="word-wrap: break-word;">false</td>
1464+
<td>Boolean</td>
1465+
<td>Whether to enable the visibility wait callback that waits for compaction to complete after commit. This is useful for primary key tables with deletion vectors or postpone bucket mode to ensure data visibility.</td>
1466+
</tr>
1467+
<tr>
1468+
<td><h5>visibility-callback.timeout</h5></td>
1469+
<td style="word-wrap: break-word;">30 min</td>
1470+
<td>Duration</td>
1471+
<td>The maximum time to wait for compaction to complete when visibility callback is enabled. If the timeout is reached, an exception will be thrown.</td>
1472+
</tr>
14551473
<tr>
14561474
<td><h5>write-buffer-for-append</h5></td>
14571475
<td style="word-wrap: break-word;">false</td>

0 commit comments

Comments
 (0)