v.18.10New Feature
Support for UUID in Key Columns
Support for UUID in the key columns.Why it matters
This feature allows users to useUUID 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 theUUID 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.