v.22.3Improvement
Allow LowCardinality strings for ngrambf_v1/tokenbf_v1 indexes
AllowLowCardinalitystrings forngrambf_v1/tokenbf_v1indexes. Closes #21865. #34911 (Lars Hiller Eidnes).
Why it matters
This feature enables more efficient indexing and query performance optimization forLowCardinality string columns by allowing the use of ngrambf_v1 and tokenbf_v1 index types, which were previously unsupported for such columns.How to use it
Users can create or alter tables to addngrambf_v1 or tokenbf_v1 indexes on columns with the LowCardinality(String) type as usual. No additional configuration is required beyond specifying these index types on the applicable LowCardinality string columns.