Skip to content

Commit

Permalink
Switch replication operation table engine to ReplicatedSummingMergeTr…
Browse files Browse the repository at this point in the history
…ee (#106)

Signed-off-by: faceair <[email protected]>
  • Loading branch information
faceair authored Mar 2, 2022
1 parent 34ad236 commit 0f9c6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlscripts/replication/0003-jaeger-operations-local.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE MATERIALIZED VIEW IF NOT EXISTS %s ON CLUSTER '{cluster}'
ENGINE ReplicatedMergeTree
ENGINE ReplicatedSummingMergeTree
%s
PARTITION BY toYYYYMM(date) ORDER BY (date, service, operation)
SETTINGS index_granularity=32
Expand Down

0 comments on commit 0f9c6a8

Please sign in to comment.