Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/admin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Production and troubleshooting guidelines and system resource considerations.
:maxdepth: 1

clustering/index
sharding-partitioning
```
+++
Best practices and tips for clustering, sharding, and partitioning.
Expand Down
3 changes: 2 additions & 1 deletion docs/performance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Best practices and tips for sharding, scaling, and performance tuning.
```{toctree}
:maxdepth: 1

Sharding <sharding>
sharding-partitioning
sharding
Scaling <scaling>
Storage <storage>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/performance/sharding.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(sharding-guide)=
(sharding-performance)=

# Sharding performance guide
# Sharding recommendations

:::{div} sd-text-muted
Applying sharding can drastically improve the performance on large datasets.
Expand Down