🚀
Introducing Versions: Develop data products using Git. Join the waitlist
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
All posts

ClickHouse

Using Bloom filter indexes for real-time text search in ClickHouse

A customer of ours had text-based log data and they wanted to be able to search over the text (quickly). However, in ClickHouse, text search without any special measures involves a full scan, period. And we know that full scans are not efficient. Enter ClickHouse's "Data Skipping Indexes,” which are based on Bloom filters.