Skip to content

Commit 06af1f0

Browse files
authored
Update lightweight deletes with cloud badge
1 parent eb7dddb commit 06af1f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/guides/developer/lightweight-update.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: Lightweight Update
55
keywords: [lightweight update]
66
---
77

8+
import CloudAvailableBadge from '@theme/badges/CloudAvailableBadge';
9+
810
## Lightweight Update
911

10-
:::note
11-
Lightweight update is only available on ClickHouse Cloud.
12-
:::
12+
<CloudAvailableBadge/>
1313

1414
When lightweight updates are enabled, updated rows are marked as updated immediately and subsequent `SELECT` queries will automatically return with the changed values. When lightweight updates are not enabled, you may have to wait for your mutations to be applied via a background process to see the changed values.
1515

@@ -93,4 +93,4 @@ These behaviours are controlled by the following settings:
9393
- `mutations_execute_nondeterministic_on_initiator` - if true, non-deterministic functions are executed on the initiator replica and are replaced as literals in `UPDATE` and `DELETE` queries. Default value: `false`.
9494
- `mutations_execute_subqueries_on_initiator` - if true, scalar subqueries are executed on the initiator replica and are replaced as literals in `UPDATE` and `DELETE` queries. Default value: `false`.
9595
- `mutations_max_literal_size_to_replace` - The maximum size of serialized literals in bytes to replace in `UPDATE` and `DELETE` queries. Default value: `16384` (16 KiB).
96-
96+

0 commit comments

Comments
 (0)