Skip to content

Commit

Permalink
bulker: docs: fix replace partition algorithm for CH
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jan 17, 2025
1 parent bd02869 commit e21b07f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docs/db-feature-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ Algorithm:
Algorithm:
- Write to tmp file
- `ALTER TABLE target_table DELETE where partition_id=partiton option value`
- `INSERT INTO tmp_table(...) VALUES (...)` - bulk load data from tmp file into tmp_table using bulk insert
- `INSERT INTO target_table(...) SELECT ... FROM tmp_table`

Expand Down

0 comments on commit e21b07f

Please sign in to comment.