Ru/Knowledge Base/Tags/Data ModellingAdding a column to a tableIn this guide, we'll learn how to add a column to an existing table.18 дек. 2024 г. · 4 мин. чтения
Ru/Knowledge Base/Tags/Data ModellingHow to filter a ClickHouse table by an array-column?Knowledgebase article on how to filter a ClickHouse table by an array-column.17 дек. 2024 г. · 3 мин. чтения
Ru/Knowledge Base/Tags/Data ModellingCan 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.11 дек. 2024 г. · 7 мин. чтения
Ru/Knowledge Base/Tags/Data ModellingWhy 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.12 апр. 2024 г. · 2 мин. чтения
Ru/Knowledge Base/Tags/Data ModellingHow 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.10 июл. 2023 г. · 1 мин. чтения
Ru/Knowledge Base/Tags/Data ModellingAre Materialized Views inserted synchronously?This KB article explores whether Materialized Views are inserted synchronously1 мар. 2023 г. · 2 мин. чтения
Ru/Knowledge Base/Tags/Data ModellingHow 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.10 июл. 2022 г. · 2 мин. чтения