Skip to content

Commit 84f14f7

Browse files
authored
Merge pull request #3373 from ClickHouse/vldb_paper
VLDB 2024 paper as docs page.
2 parents 8a1bb27 + 33746b4 commit 84f14f7

17 files changed

+837
-1
lines changed

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

Lines changed: 436 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ you will learn some of the core concepts of how ClickHouse works.
1515
| [Table part merges](/merges) | Learn what table part merges are and what they are used for. |
1616
| [Table shards](/shards) | Learn what table shards are and what they are used for. |
1717
| [Primary indexes](/guides/best-practices/sparse-primary-indexes) | A deep dive into ClickHouse indexing including how it differs from other DB systems, how ClickHouse builds and uses a table's spare primary index and what some of the best practices are for indexing in ClickHouse. |
18+
| [Architectural Overview](/academic_overview) | A concise academic overview of all components of the ClickHouse architecture, based on our VLDB 2024 scientific paper. |

0 commit comments

Comments
 (0)