|
|
|
|
|
by YZF
407 days ago
|
|
Afaik this is always best effort, e.g.: https://clickhouse.com/docs/operations/settings/settings#ins... "For the replicated tables by default the only 100 of the most recent blocks for each partition are deduplicated" This doesn't work under failure conditions either (again afaik), e.g. if the clickhouse server fails. |
|
The deduplication works regardless of server restarts, and it does not matter when a request goes to another replica, as it is implemented with a distributed consensus (RAFT) via clickhouse-keeper.