ClickHouse/tests/queries/0_stateless/02124_insert_deduplication_token_replica.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
594 B
Plaintext
Raw Normal View History

create replica 1 and check deduplication
two inserts with exact data, one inserted, one deduplicated by data digest
1 1001
two inserts with the same dedup token, one inserted, one deduplicated by the token
1 1001
1 1001
reset deduplication token and insert new row
1 1001
1 1001
2 1002
create replica 2 and check deduplication
inserted value deduplicated by data digest, the same result as before
1 1001
1 1001
2 1002
inserted value deduplicated by dedup token, the same result as before
1 1001
1 1001
2 1002
new record inserted by providing new deduplication token
1 1001
1 1001
2 1002
2 1002