Skip to content

Commit be53f4e

Browse files
committed
experiment works
1 parent 9c44e54 commit be53f4e

File tree

1 file changed

+5
-5
lines changed
  • docs/managing-data/core-concepts

1 file changed

+5
-5
lines changed

docs/managing-data/core-concepts/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ you will learn some of the core concepts of how ClickHouse works.
1010

1111
| Page | Description |
1212
|----------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
13-
| [Table parts](./parts.mdx) | Learn what table parts are in ClickHouse. |
14-
| [Table partitions](./partitions.mdx) | Learn what table partitions are and what they are used for. |
15-
| [Table part merges](./merges.mdx) | Learn what table part merges are and what they are used for. |
16-
| [Table shards and replicas](./shards.mdx) | Learn what table shards and replicas are and what they are used for. |
17-
| [Primary indexes](./primary-indexes.mdx) | Introduces ClickHouse's sparse primary index and how it helps efficiently skip unnecessary data during query execution. Explains how the index is built and used, with examples and tools for observing its effect. Links to a deep dive for advanced use cases and best practices. |
13+
| [Table parts](./parts.md) | Learn what table parts are in ClickHouse. |
14+
| [Table partitions](./partitions.mdx) | Learn what table partitions are and what they are used for. |
15+
| [Table part merges](./merges.mdx) | Learn what table part merges are and what they are used for. |
16+
| [Table shards and replicas](./shards.mdx) | Learn what table shards and replicas are and what they are used for. |
17+
| [Primary indexes](./primary-indexes.mdx) | Introduces ClickHouse's sparse primary index and how it helps efficiently skip unnecessary data during query execution. Explains how the index is built and used, with examples and tools for observing its effect. Links to a deep dive for advanced use cases and best practices. |
1818
| [Architectural Overview](./academic_overview.mdx) | A concise academic overview of all components of the ClickHouse architecture, based on our VLDB 2024 scientific paper. |

0 commit comments

Comments
 (0)