From 789bc580009bd292619a66766469f37b47d8b866 Mon Sep 17 00:00:00 2001 From: hlcianfagna <110453267+hlcianfagna@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:53:08 +0100 Subject: [PATCH] Administration/Clustering: Add "Expand Cluster" page ... linking to community forum article "How to add new nodes to an existing cluster". -- https://community.cratedb.com/t/how-to-add-new-nodes-to-an-existing-cluster/1546 --- docs/admin/clustering/expand.md | 21 +++++++++++++++++++++ docs/admin/clustering/index.rst | 1 + 2 files changed, 22 insertions(+) create mode 100644 docs/admin/clustering/expand.md diff --git a/docs/admin/clustering/expand.md b/docs/admin/clustering/expand.md new file mode 100644 index 00000000..70e7e65f --- /dev/null +++ b/docs/admin/clustering/expand.md @@ -0,0 +1,21 @@ +(expand-cluster)= + +# Expand Cluster + +Learn how to add new nodes to an existing on-premises database cluster. + +A significant feature in CrateDB is that it can scale horizontally, which means +that instead of adding more RAM, CPU, and disk resources to existing nodes, you +will add more individual nodes to your CrateDB cluster. + +By running your database cluster on multiple nodes, you will gain two benefits. + +- Store data volumes larger than being able to be handled on a single machine. +- Add resiliency to your distributed database cluster, by increasing the number + of replica nodes. + +The article about [how to add new nodes to an existing cluster] walks you +through the process of scaling up your database cluster. + + +[how to add new nodes to an existing cluster]: https://community.cratedb.com/t/how-to-add-new-nodes-to-an-existing-cluster/1546 diff --git a/docs/admin/clustering/index.rst b/docs/admin/clustering/index.rst index 2f5b4883..e2e0e4a6 100644 --- a/docs/admin/clustering/index.rst +++ b/docs/admin/clustering/index.rst @@ -14,6 +14,7 @@ adding more nodes. This section of the documentation covers that topic. multi-node-setup multi-zone-setup + expand scale-up-down kubernetes logical-replication-setup