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
<td>The interval for checking visibility when visibility-callback enabled.</td>
1460
+
</tr>
1461
+
<tr>
1462
+
<td><h5>visibility-callback.enabled</h5></td>
1463
+
<tdstyle="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
+
<tdstyle="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>
0 commit comments