From bf0249500a5ed7b17b83a0aff94fb5d48195ebc7 Mon Sep 17 00:00:00 2001 From: wangdengke2 Date: Tue, 18 Mar 2025 13:52:46 +0000 Subject: [PATCH] GeminiDB_umn Reviewed-by: Wagner, Fabian Co-authored-by: wangdengke2 Co-committed-by: wangdengke2 --- docs/geminidb/umn/ALL_META.TXT.json | 6 ++--- docs/geminidb/umn/CLASS.TXT.json | 4 +-- docs/geminidb/umn/nosql_01_0001.html | 4 ++- docs/geminidb/umn/nosql_01_0010.html | 6 ++--- docs/geminidb/umn/nosql_02_0004.html | 2 +- docs/geminidb/umn/nosql_02_0005.html | 2 +- docs/geminidb/umn/nosql_02_0009.html | 14 +++++----- docs/geminidb/umn/nosql_03_0002.html | 2 +- docs/geminidb/umn/nosql_03_0009.html | 2 +- docs/geminidb/umn/nosql_03_0011.html | 4 +-- docs/geminidb/umn/nosql_03_0014.html | 10 +++---- docs/geminidb/umn/nosql_03_0026.html | 12 ++++----- .../geminidb/umn/nosql_04_change_history.html | 26 +++++++++++++++---- docs/geminidb/umn/nosql_06_0003.html | 12 ++++----- .../geminidb/umn/nosql_increase_storage1.html | 8 +++--- 15 files changed, 66 insertions(+), 48 deletions(-) diff --git a/docs/geminidb/umn/ALL_META.TXT.json b/docs/geminidb/umn/ALL_META.TXT.json index b10c680b0..c8bf3128f 100644 --- a/docs/geminidb/umn/ALL_META.TXT.json +++ b/docs/geminidb/umn/ALL_META.TXT.json @@ -47,7 +47,7 @@ "node_id":"nosql_01_0001.xml", "product_code":"nosql", "code":"3", - "des":"GeminiDB is a distributed database with decoupled compute and storage architecture. The compute clusters consist of multiple homogeneous nodes, and data is stored in a di", + "des":"GeminiDB is a distributed database store with decoupled storage and compute. Its compute cluster consists of multiple homogeneous nodes.Data is stored in a distributed sh", "doc_type":"usermanual", "kw":"System Architecture,Introduction,User Guide", "search_title":"", @@ -629,7 +629,7 @@ "code":"32", "des":"This section describes how to change the CPU or memory of your instance to suit your service requirements.Instances can be scaled up or down.Services will be interrupted ", "doc_type":"usermanual", - "kw":"Changing a DB Instance Class,DB Instance Management,User Guide", + "kw":"Changing the CPU and Memory of an Instance,DB Instance Management,User Guide", "search_title":"", "metedata":[ { @@ -639,7 +639,7 @@ "IsBot":"Yes;No" } ], - "title":"Changing a DB Instance Class", + "title":"Changing the CPU and Memory of an Instance", "githuburl":"" }, { diff --git a/docs/geminidb/umn/CLASS.TXT.json b/docs/geminidb/umn/CLASS.TXT.json index 1a50ed4e6..de8e406f9 100644 --- a/docs/geminidb/umn/CLASS.TXT.json +++ b/docs/geminidb/umn/CLASS.TXT.json @@ -18,7 +18,7 @@ "code":"2" }, { - "desc":"GeminiDB is a distributed database with decoupled compute and storage architecture. The compute clusters consist of multiple homogeneous nodes, and data is stored in a di", + "desc":"GeminiDB is a distributed database store with decoupled storage and compute. Its compute cluster consists of multiple homogeneous nodes.Data is stored in a distributed sh", "product_code":"nosql", "title":"System Architecture", "uri":"nosql_01_0001.html", @@ -281,7 +281,7 @@ { "desc":"This section describes how to change the CPU or memory of your instance to suit your service requirements.Instances can be scaled up or down.Services will be interrupted ", "product_code":"nosql", - "title":"Changing a DB Instance Class", + "title":"Changing the CPU and Memory of an Instance", "uri":"nosql_03_0026.html", "doc_type":"usermanual", "p_code":"26", diff --git a/docs/geminidb/umn/nosql_01_0001.html b/docs/geminidb/umn/nosql_01_0001.html index 0bb7462f1..d1af77ae6 100644 --- a/docs/geminidb/umn/nosql_01_0001.html +++ b/docs/geminidb/umn/nosql_01_0001.html @@ -1,7 +1,9 @@

System Architecture

-

GeminiDB is a distributed database with decoupled compute and storage architecture. The compute clusters consist of multiple homogeneous nodes, and data is stored in a distributed, shared storage pool. Compute and storage resources are decoupled from each other so they can be flexibly scaled in or out without having to migrate any data.

+

GeminiDB is a distributed database store with decoupled storage and compute. Its compute cluster consists of multiple homogeneous nodes.

+

Data is stored in a distributed shared storage pool.

+

Compute and storage resources are decoupled from each other so they can be flexibly scaled in or out without having to migrate any data.