Skip to content

Commit fb99f7c

Browse files
authored
Merge pull request #3931 from ClickHouse/Blargian-patch-37
remove statement about light weight deletes being experimental
2 parents 6f5394e + 38ab77b commit fb99f7c

File tree

1 file changed

+2
-3
lines changed
  • docs/integrations/data-ingestion/etl-tools/dbt

1 file changed

+2
-3
lines changed

docs/integrations/data-ingestion/etl-tools/dbt/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,10 +813,9 @@ In this run, only the new rows are added straight to `imdb_dbt.actor_summary` ta
813813
814814
### Delete+Insert mode (Experimental) {#deleteinsert-mode-experimental}
815815
816-
Historically ClickHouse has had only limited support for updates and deletes, in the form of asynchronous [Mutations](/sql-reference/statements/alter/index.md). These can be extremely IO-intensive and should generally be avoided.
817-
818-
ClickHouse 22.8 introduced [Lightweight deletes](/sql-reference/statements/delete.md). These are currently experimental but offer a more performant means of deleting data.
816+
Historically ClickHouse has had only limited support for updates and deletes, in the form of asynchronous [Mutations](/sql-reference/statements/alter/index.md). These can be extremely IO-intensive and should generally be avoided.
819817
818+
ClickHouse 22.8 introduced [lightweight deletes](/sql-reference/statements/delete.md) and ClickHouse 25.7 introduced [lightweight updates](/guides/developer/lightweight-update). With the introduction of these features, modifications from single update queries, even when being materialized asynchronously, will occur instantly from the user's perspective.
820819
821820
This mode can be configured for a model via the `incremental_strategy` parameter i.e.
822821

0 commit comments

Comments
 (0)