Skip to content

Commit 78c6c5b

Browse files
authored
Merge pull request #142 from ZoneTree/docs-cleanup
drop redundant docs
2 parents ee86aa3 + db4c087 commit 78c6c5b

5 files changed

Lines changed: 3 additions & 131 deletions

File tree

docs/concepts/lsm-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ The main LSM controls are:
7474

7575
The practical decision is how much data to batch vertically, and how large each horizontal persistent rewrite unit should be.
7676

77-
See [write-heavy workloads](../tuning/write-heavy-workloads.md), [read-heavy workloads](../tuning/read-heavy-workloads.md), and [write amplification](../tuning/write-amplification.md).
77+
See [write amplification](../tuning/write-amplification.md), [disk segment tuning](../tuning/disk-segments.md), and [read-path caching](../storage/read-path-caching.md).

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ For the storage model, start with [LSM Tree](concepts/lsm-tree.md). For ZoneTree
5959

6060
## Tuning
6161

62-
* [Write-heavy workloads](tuning/write-heavy-workloads.md)
6362
* [Write amplification](tuning/write-amplification.md)
64-
* [Read-heavy workloads](tuning/read-heavy-workloads.md)
6563
* [Disk segment tuning](tuning/disk-segments.md)
6664
* [Large values](tuning/large-values.md)
6765

docs/operations/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ First actions:
4141
* tune `MutableSegmentMaxItemCount` by expected record byte size,
4242
* benchmark WAL modes with the real storage device.
4343

44-
See [write-heavy workloads](../tuning/write-heavy-workloads.md).
44+
See [write amplification](../tuning/write-amplification.md), [large values](../tuning/large-values.md), and [WAL modes](../durability/wal-modes.md).
4545

4646
## Read-Only Segments Accumulate
4747

@@ -93,7 +93,7 @@ First actions:
9393
* keep one-off full scans from contributing to the block cache,
9494
* review disk compression block size for random-read workloads.
9595

96-
See [read-heavy workloads](../tuning/read-heavy-workloads.md) and [read-path caching](../storage/read-path-caching.md).
96+
See [read-path caching](../storage/read-path-caching.md), [key ordering](../concepts/key-ordering.md), and [disk segment tuning](../tuning/disk-segments.md).
9797

9898
## Process Memory Looks High
9999

docs/tuning/read-heavy-workloads.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

docs/tuning/write-heavy-workloads.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)