ClickHouse engineers detail the redesigned full-text search index built to perform efficiently on object storage. The new design uses a block-based dictionary with front-coding compression, a sparse in-memory index for fast block lookup, and three posting list representations (Roaring Bitmaps, VarInt-encoded, and embedded)
Table of contents
How the query engine uses the text index #Defining the text index #Using the text index in queries #What next #What this means for ClickHouse Cloud users #Sort: