Skip to content

Commit 9d32771

Browse files
committed
Merge main into branch
2 parents ea807e4 + 13c4d5b commit 9d32771

File tree

199 files changed

+1929
-820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+1929
-820
lines changed

docs/about-us/cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: /about-us/cloud
3-
sidebar_label: 'Cloud Service'
3+
sidebar_label: 'Cloud service'
44
sidebar_position: 10
55
description: 'ClickHouse Cloud'
66
title: 'ClickHouse Cloud'

docs/about-us/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: /about-us/history
3-
sidebar_label: 'ClickHouse History'
3+
sidebar_label: 'ClickHouse history'
44
sidebar_position: 40
55
description: 'History of ClickHouse development'
66
keywords: ['history','development','Metrica']

docs/best-practices/avoid_optimize_final.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: /best-practices/avoid-optimize-final
33
sidebar_position: 10
4-
sidebar_label: 'Avoid Optimize Final'
4+
sidebar_label: 'Avoid optimize final'
55
title: 'Avoid OPTIMIZE FINAL'
66
description: 'Page describing why you should avoid the OPTIMIZE FINAL clause in ClickHouse'
77
keywords: ['avoid OPTIMIZE FINAL', 'background merges']

docs/best-practices/choosing_a_primary_key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: /best-practices/choosing-a-primary-key
33
sidebar_position: 10
4-
sidebar_label: 'Choosing a Primary Key'
4+
sidebar_label: 'Choosing a primary key'
55
title: 'Choosing a Primary Key'
66
description: 'Page describing how to choose a primary key in ClickHouse'
77
keywords: ['primary key']

docs/best-practices/minimize_optimize_joins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: /best-practices/minimize-optimize-joins
33
sidebar_position: 10
4-
sidebar_label: 'Minimize and Optimize JOINs'
4+
sidebar_label: 'Minimize and optimize JOINs'
55
title: 'Minimize and optimize JOINs'
66
description: 'Page describing best practices for JOINs'
77
keywords: ['JOIN', 'Parallel Hash JOIN']

docs/best-practices/partitioning_keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: /best-practices/choosing-a-partitioning-key
33
sidebar_position: 10
4-
sidebar_label: 'Choosing a Partitioning Key'
4+
sidebar_label: 'Choosing a partitioning key'
55
title: 'Choosing a Partitioning Key'
66
description: 'Page describing how to choose a partitioning key'
77
keywords: ['partitioning key']

docs/best-practices/use_materialized_views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: /best-practices/use-materialized-views
33
sidebar_position: 10
4-
sidebar_label: 'Use Materialized Views'
4+
sidebar_label: 'Use materialized views'
55
title: 'Use Materialized Views'
66
description: 'Page describing Materialized Views'
77
keywords: ['materialized views', 'medallion architecture']

docs/best-practices/using_data_skipping_indices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: /best-practices/use-data-skipping-indices-where-appropriate
33
sidebar_position: 10
4-
sidebar_label: 'Data Skipping Indices'
4+
sidebar_label: 'Data skipping indices'
55
title: 'Use data skipping indices where appropriate'
66
description: 'Page describing how and when to use data skipping indices'
77
keywords: ['data skipping index', 'skip index']

docs/chdb/reference/data-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Data Formats'
3-
sidebar_label: 'Data Formats'
3+
sidebar_label: 'Data formats'
44
slug: /chdb/reference/data-formats
55
description: 'Data Formats for chDB'
66
keywords: ['chdb', 'data formats']

docs/chdb/reference/sql-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'SQL Reference'
3-
sidebar_label: 'SQL Reference'
3+
sidebar_label: 'SQL reference'
44
slug: /chdb/reference/sql-reference
55
description: 'SQL Reference for chDB'
66
keywords: ['chdb', 'sql reference']

0 commit comments

Comments
 (0)