Can you use ClickHouse for vector search?Learn how to use ClickHouse for vector search, including storing embeddings and searching with distance functions like cosine similarity.Oct 26, 2023 · 2 min read
Differences Between Official and 3rd-Party ClickHouse BuildsUnderstand the key differences between official ClickHouse builds and 3rd-party builds, including updates, compatibility, and security considerations.Jun 26, 2023 · 2 min read
What does “ClickHouse” mean?Curious what ClickHouse means? Take a look inside this knowledge base article to find out!Sep 1, 2021 · One min read
Can I use ClickHouse as a key-value storage?The short answer is **"no"**. The key-value workload is among top positions in the list of cases when **NOT** to use ClickHouse.Sep 1, 2021 · 2 min read
Why not use something like MapReduce?We can refer to systems like MapReduce as distributed computing systems in which the reduce operation is based on distributed sorting. The most common open-source solution in this class is Apache Hadoop.Sep 1, 2021 · 2 min read
What is OLAP?OLAP stands for Online Analytical Processing. It is a broad term that can be looked at from two perspectives: technical and business.Sep 1, 2021 · 3 min read
Which ClickHouse version to use in production?First of all, let’s discuss why people ask this question in the first place. There are two key reasons...Sep 1, 2021 · 6 min read
Can I use ClickHouse as a time-series database?ClickHouse is a generic data storage solution for OLAP workloads, while there are many specialized time-series database management systems.Sep 1, 2021 · 2 min read