Skip to content

Commit

Permalink
Merge pull request #2906 from tysg/patch-1
Browse files Browse the repository at this point in the history
deduplication: minor grammar fix
  • Loading branch information
gingerwizard authored Dec 16, 2024
2 parents 83c9b2f + f39c969 commit be09e48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The setting `insert_deduplicate=1` enables deduplication at the query level. Not

## How insert deduplication works

When data is inserted into ClickHouse, it is split data into blocks based on the number of rows and bytes.
When data is inserted into ClickHouse, it splits data into blocks based on the number of rows and bytes.

For tables using `*MergeTree` engines, each block is assigned a unique `block_id`, which is a hash of the data in that block. This `block_id` is used as a unique key for the insert operation. If the same `block_id` is found in the deduplication log, the block is considered a duplicate and is not inserted into the table.

Expand Down

0 comments on commit be09e48

Please sign in to comment.