Zh/Knowledge Base/Tags/Data ModellingAdding a column to a tableIn this guide, we'll learn how to add a column to an existing table.2024年12月18日 · 阅读需 4 分钟
Zh/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.2024年12月17日 · 阅读需 3 分钟
Zh/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.2024年12月11日 · 阅读需 7 分钟
Zh/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.2024年4月12日 · 阅读需 2 分钟
Zh/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.2023年7月10日 · 阅读需 1 分钟
Zh/Knowledge Base/Tags/Data ModellingAre Materialized Views inserted synchronously?This KB article explores whether Materialized Views are inserted synchronously2023年3月1日 · 阅读需 2 分钟
Zh/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.2022年7月10日 · 阅读需 2 分钟