github jaegertracing/jaeger-clickhouse 0.10.0
Release 0.10.0

latest releases: 0.13.0, 0.12.0, 0.11.0...
2 years ago

When using replication, the operations materialized view was previously defaulting to a ReplicatedMergeTree. This release switches it to a SummingReplicatedMergeTree. Per the docs:

this significantly reduces storage volume and speeds up data selection

Existing replicated installations will remain on a ReplicatedMergeTree and would need to recreate or migrate the jaeger_operations table in order to pick up the change.

Non-replicated installations will not see any change as they are already using SummingMergeTree.

Don't miss a new jaeger-clickhouse release

NewReleases is sending notifications on new releases.