Skip to content

Commit 67662e8

Browse files
authored
Merge pull request #4671 from ClickHouse/minor-fix
Remove a dangling comment about the VLDB paper
2 parents 80387a3 + d3725c4 commit 67662e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/concepts/why-clickhouse-is-so-fast.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ To avoid that too many parts accumulate, ClickHouse runs a [merge](/merges) oper
2626

2727
This approach has several advantages: All data processing can be [offloaded to background part merges](/concepts/why-clickhouse-is-so-fast#storage-layer-merge-time-computation), keeping data writes lightweight and highly efficient. Individual inserts are "local" in the sense that they do not need to update global, i.e. per-table data structures. As a result, multiple simultaneous inserts need no mutual synchronization or synchronization with existing table data, and thus inserts can be performed almost at the speed of disk I/O.
2828

29-
the holistic performance optimization section of the VLDB paper.
30-
3129
🤿 Deep dive into this in the [On-Disk Format](/docs/academic_overview#3-1-on-disk-format) section of the web version of our VLDB 2024 paper.
3230

3331
## Storage layer: concurrent inserts and selects are isolated {#storage-layer-concurrent-inserts-and-selects-are-isolated}

0 commit comments

Comments
 (0)