diff --git a/docs/admin/index.md b/docs/admin/index.md index 64ed6dfe..d51d6ae7 100644 --- a/docs/admin/index.md +++ b/docs/admin/index.md @@ -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. diff --git a/docs/performance/index.md b/docs/performance/index.md index f3f205a1..02e16ecc 100644 --- a/docs/performance/index.md +++ b/docs/performance/index.md @@ -15,7 +15,8 @@ Best practices and tips for sharding, scaling, and performance tuning. ```{toctree} :maxdepth: 1 -Sharding +sharding-partitioning +sharding Scaling Storage ``` diff --git a/docs/admin/sharding-partitioning.md b/docs/performance/sharding-partitioning.md similarity index 100% rename from docs/admin/sharding-partitioning.md rename to docs/performance/sharding-partitioning.md diff --git a/docs/performance/sharding.md b/docs/performance/sharding.md index 1716ef16..a75232ae 100644 --- a/docs/performance/sharding.md +++ b/docs/performance/sharding.md @@ -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.