Skip to content

Commit f39c969

Browse files
authored
docs: deduplication: minor grammar fix
1 parent 83c9b2f commit f39c969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/developer/deduplicating-inserts-on-retries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The setting `insert_deduplicate=1` enables deduplication at the query level. Not
2525

2626
## How insert deduplication works
2727

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

3030
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.
3131

0 commit comments

Comments
 (0)