Skip to content

Commit

Permalink
Refactoring: Improve "Performance" section, making it a first-level item
Browse files Browse the repository at this point in the history
The "Performance" section includes so much valuable content, and is not
strictly related to "Administration" purposes, so this patch moves it to
the first level of CrateDB Guides, because it is an important topic.

The single item which was relevant for "Administration" purposes, was
the page about "Memory Configuration", which has been moved, well, into
the "Administration" section.
  • Loading branch information
amotl committed Feb 27, 2024
1 parent 9edcce0 commit 4bfe4bb
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 21 deletions.
3 changes: 2 additions & 1 deletion docs/admin/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CrateDB database administration practices.
bootstrap-checks
create-user
going-into-production
memory
troubleshooting/index


Expand All @@ -24,7 +25,7 @@ clustering, sharding, partitioning, and performance tuning.

clustering/index
sharding-partitioning
performance/index
../performance/index


Guidelines about upgrading CrateDB.
Expand Down
File renamed without changes.
17 changes: 0 additions & 17 deletions docs/admin/performance/index.rst

This file was deleted.

19 changes: 17 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ massive amounts of data in near real-time, even with complex queries. It is
PostgreSQL-compatible, and based on Lucene.


::::{grid} 3
::::{grid} 2
:padding: 0


Expand Down Expand Up @@ -59,6 +59,20 @@ PostgreSQL-compatible, and based on Lucene.
:::


:::{grid-item-card} Performance Guides
:link: performance
:link-type: ref
:link-alt: CrateDB Performance Guides
:padding: 3
:text-align: center
:class-card: sd-pt-3
:class-body: sd-fs-1
:class-title: sd-fs-5

{material-outlined}`speed;1.3em`
:::


::::


Expand Down Expand Up @@ -272,9 +286,10 @@ use-cases.
install/index
getting-started
admin/index
performance/index
domain/index
integrate/index
reference-architectures/index
```

Expand Down
17 changes: 17 additions & 0 deletions docs/performance/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. _performance:

==================
Performance Guides
==================

Best practices and tips for common scenarios around the topics of
performance tuning and sharding.

.. rubric:: Table of contents

.. toctree::
:maxdepth: 2

sharding
inserts/index
selects
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _sharding_guide:

==============
Sharding guide
Sharding Guide
==============

This document is a sharding best practice guide for CrateDB.
Expand Down

0 comments on commit 4bfe4bb

Please sign in to comment.