v.18.10New Feature

Support for UUID in Key Columns

Support for UUID in the key columns.
Added support for UUID data type in key columns within ClickHouse tables.

Why it matters

This feature allows users to use UUID as part of the primary key or sorting keys in tables, enabling more flexible and efficient data organization and indexing when working with UUIDs as unique identifiers.

How to use it

Define table key columns using the UUID data type in the CREATE TABLE statement. For example, specify a UUID column as a primary key or as part of the sorting key to leverage this feature.