Skip to content

Commit

Permalink
feat(sink): Optimizing ClickHouse Upsert (#12259)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs authored Oct 25, 2023
1 parent 3e89c83 commit 2d428b1
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 163 deletions.
2 changes: 2 additions & 0 deletions integration_tests/clickhouse-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ docker compose exec clickhouse-server bash /opt/clickhouse/clickhouse-sql/run-sq
- create_mv.sql
- create_sink.sql

We only support `upsert` with clickhouse' `CollapsingMergeTree` and `VersionedCollapsingMergeTree`

4. Execute a simple query:

```sh
Expand Down
Loading

0 comments on commit 2d428b1

Please sign in to comment.