Skip to content

Commit 12dff3b

Browse files
committed
Layout: Implement suggestions by CodeRabbit
1 parent cf5b3b0 commit 12dff3b

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

docs/admin/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Administration
44

55
:::{div} sd-text-muted
6-
CrateDB database cluster administration best practices.
6+
Best practices for administering CrateDB database clusters.
77
:::
88

9-
:::::{grid} 1 3 3 3
9+
:::::{grid} 1 2 3 3
1010
:margin: 4 4 0 0
1111
:padding: 0
1212
:gutter: 2

docs/performance/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(performance)=
2+
(performance-guides)=
23
# Performance Guides
34

45
:::{div} sd-text-muted
@@ -15,13 +16,12 @@ Best practices and tips for sharding, scaling, and performance tuning.
1516
:maxdepth: 1
1617
1718
Sharding <sharding>
18-
scaling
19-
storage
19+
Scaling <scaling>
20+
Storage <storage>
2021
```
2122
+++
22-
About under- and over-allocation of shards vs. finding the right balance,
23-
optimizing for ingestion performance, memory capacity planning, and
24-
about limits and recommendations related to storage details.
23+
Guidance on balancing shard allocation, optimizing ingestion performance,
24+
planning memory capacity, and limits/recommendations related to storage.
2525
::::
2626

2727
::::{grid-item-card} {material-outlined}`speed;2em` Performance Handbook
@@ -33,10 +33,9 @@ selects
3333
optimization
3434
```
3535
+++
36-
Optimally design your SQL query statements for maximum performance and
37-
less resource consumption.
38-
When milliseconds matter, or otherwise a query using too many resources
39-
would set your cluster on fire.
36+
Design SQL statements for maximum performance and lower resource usage.
37+
Applicable when latency matters, or when a resource‑heavy query could
38+
overload your cluster.
4039
::::
4140

4241
:::::

0 commit comments

Comments
 (0)