Skip to content

Commit 68f7c29

Browse files
committed
Performance: Naming things. Typos.
1 parent 12dff3b commit 68f7c29

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/performance/inserts/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==================
2-
Insert Performance
3-
==================
1+
============
2+
Fast Inserts
3+
============
44

55
A ``INSERT INTO`` statement is processed as follows:
66

docs/performance/selects.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _performance-select:
22

3-
==================
4-
Select Performance
5-
==================
3+
============
4+
Fast Selects
5+
============
66

77
Aggregations and ``GROUP BY``
88
=============================

docs/performance/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Read more at https://cratedb.com/blog/reducing-storage-costs-in-cratedb-v5.10
4141
This guide has been updated to reflect the v5.10 improvements.
4242
:::
4343

44-
## How storage in CrateDB works.
44+
## How storage in CrateDB works
4545

4646
CrateDB is a distributed database; nodes, shards, partitions and replicas are tightly integrated.
4747

0 commit comments

Comments
 (0)