You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[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. |
18
18
|[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