Open gustavlarson opened 1 year ago
Change lock logic to use lightweight deletes to improve performance on heavily loaded clusters.
Using mutations_sync waits until mutation is finished on all nodes. Using lightweight deletes (in Clickhouse since 22.8) is a lot quicker.
Change lock logic to use lightweight deletes to improve performance on heavily loaded clusters.
Using mutations_sync waits until mutation is finished on all nodes. Using lightweight deletes (in Clickhouse since 22.8) is a lot quicker.