ClickHouse's "Data Skipping Indexes" can be used to optimize text searches on ClickHouse. These indexes are based on Bloom filters, which are a probabilistic data structure used to determine if an item is in a set of elements. When an element is in the set, the response is "Maybe the element is.

17m read timeFrom webflow.tinybird.co
Post cover image
Table of contents
What is a Bloom filter? 🚀Text processing 📖The devil is in the details 😈 How to configure ClickHouse’s Bloom filterPerformance gains 💪How to create a Bloom filter index in ClickHouseWhat are the disadvantages of using a Bloom filter?Final thoughtsRelated blog posts and resources:FAQ about Bloom filters in ClickHouse

Sort: