v.23.1Experimental Feature
Add Experimental Inverted Index for Efficient Text Search
Add an experimental inverted index as a new secondary index type for efficient text search. #38667 (larryluogit).
Why it matters
This feature introduces an inverted index to improve the performance of text search operations. It addresses the need for faster and more efficient querying of textual data, enabling users to perform secondary index-based searches that can significantly reduce query latency.How to use it
Users can create an inverted index on a table column by specifying the new secondary index type in theCREATE TABLE or ALTER TABLE statements. Since it is experimental, it should be enabled and used with consideration of current limitations detailed in the documentation.