
Implementing Inverted Indexes in ClickHouse for Fast Search: Part 1
Introduction ClickHouse’s MergeTree table engine uses sparse indexing for its primary index and data-skipping indices as a secondary index. These indices are used to speed up the data retrieval from the disk. More recently, ClickHouse […]