v.1.1.54362New Feature
Added VersionedCollapsingMergeTree Table Engine
Added the VersionedCollapsingMergeTree table engine.Why it matters
TheVersionedCollapsingMergeTree engine enables more efficient handling of versions in data merges, improving consistency and control when working with versioned datasets. This helps solve problems related to data deduplication and conflict resolution during merges.How to use it
To use the new engine, specifyVersionedCollapsingMergeTree as the table engine when creating a table. Configure version columns appropriately to enable version-aware collapsing behavior during merges.