Adding a column to a tableIn this guide, we'll learn how to add a column to an existing table.Dec 18, 2024 · 4 min read
How to filter a ClickHouse table by an array-column?Knowledgebase article on how to filter a ClickHouse table by an array-column.Dec 17, 2024 · 3 min read
Can you PIVOT in ClickHouse?ClickHouse doesn't have a PIVOT clause, but we can get close to this functionality using aggregate function combinators. Let's see how to do this using the UK housing prices dataset.Dec 11, 2024 · 7 min read
Why can't I see my data in a dictionary in ClickHouse Cloud?There is an issue where data in dictionaries may not be visible immediately after creation.Apr 12, 2024 · 2 min read
How to Create a ClickHouse Dictionary with String Keys and ValuesLearn how to create a ClickHouse dictionary using string keys and values from a MergeTree table as the source, with examples of setup and usage.Jul 10, 2023 · One min read
Are Materialized Views inserted synchronously?This KB article explores whether Materialized Views are inserted synchronouslyMar 1, 2023 · 2 min read
How to confirm if a Projection is used by the query?Learn how to check if a projection is used in ClickHouse queries by testing with sample data and using EXPLAIN to verify projection usage.Jul 10, 2022 · 2 min read