Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2023-09-05 07:49:28 +00:00
parent b773d784ea
commit 2aaa6b3716
8 changed files with 14 additions and 8 deletions

View File

@ -15,7 +15,7 @@ This section describes how to obtain the IP addresses of the shard and config no
Before You Start Before You Start
---------------- ----------------
- DDS supports cluster instances of Community Edition 3.2, 3.4, 4.0, and 4.2. - DDS supports cluster instances of Community Edition 3.2, 3.4, 4.0, 4.2, and 4.4.
- DDS creates two connection addresses for the primary node and secondary node in a shard respectively. - DDS creates two connection addresses for the primary node and secondary node in a shard respectively.
- Once the connection addresses are assigned to your nodes, they cannot be modified or deleted. - Once the connection addresses are assigned to your nodes, they cannot be modified or deleted.
- The connection address is accessible from private networks only. - The connection address is accessible from private networks only.

View File

@ -40,7 +40,8 @@ Procedure
| | | | | |
| | A cluster instance includes three types of nodes: mongos, shard, and config. Each shard and config is a three-node replica set to ensure high availability. | | | A cluster instance includes three types of nodes: mongos, shard, and config. Each shard and config is a three-node replica set to ensure high availability. |
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Compatible MongoDB Version | - 4.2 | | Compatible MongoDB Version | - 4.4 |
| | - 4.2 |
| | - 4.0 | | | - 4.0 |
| | - 3.4 | | | - 3.4 |
| | - 3.2 | | | - 3.2 |

View File

@ -40,7 +40,8 @@ Procedure
| | | | | |
| | A cluster instance includes three types of nodes: mongos, shard, and config. Each shard and config is a three-node replica set to ensure high availability. | | | A cluster instance includes three types of nodes: mongos, shard, and config. Each shard and config is a three-node replica set to ensure high availability. |
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Compatible MongoDB Version | - 4.2 | | Compatible MongoDB Version | - 4.4 |
| | - 4.2 |
| | - 4.0 | | | - 4.0 |
| | - 3.4 | | | - 3.4 |
| | - 3.2 | | | - 3.2 |

View File

@ -40,7 +40,8 @@ You can use your account to create up to 50 replica set instances. To create mor
| | | | | |
| | A replica set consists of the primary node, secondary node, and hidden node. If a primary node goes down or becomes faulty, a secondary node is automatically assigned to the primary role and continues normal operation. If a secondary node is unavailable, a hidden node will take the role of the secondary to ensure high availability. | | | A replica set consists of the primary node, secondary node, and hidden node. If a primary node goes down or becomes faulty, a secondary node is automatically assigned to the primary role and continues normal operation. If a secondary node is unavailable, a hidden node will take the role of the secondary to ensure high availability. |
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Compatible MongoDB Version | - 4.2 | | Compatible MongoDB Version | - 4.4 |
| | - 4.2 |
| | - 4.0 | | | - 4.0 |
| | - 3.4 | | | - 3.4 |
| | - 3.2 | | | - 3.2 |

View File

@ -40,7 +40,8 @@ You can use your account to create up to 50 replica set instances. To create mor
| | | | | |
| | A replica set consists of the primary node, secondary node, and hidden node. If a primary node goes down or becomes faulty, a secondary node is automatically assigned to the primary role and continues normal operation. If a secondary node is unavailable, a hidden node will take the role of the secondary to ensure high availability. | | | A replica set consists of the primary node, secondary node, and hidden node. If a primary node goes down or becomes faulty, a secondary node is automatically assigned to the primary role and continues normal operation. If a secondary node is unavailable, a hidden node will take the role of the secondary to ensure high availability. |
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Compatible MongoDB Version | - 4.2 | | Compatible MongoDB Version | - 4.4 |
| | - 4.2 |
| | - 4.0 | | | - 4.0 |
| | - 3.4 | | | - 3.4 |
| | - 3.2 | | | - 3.2 |

View File

@ -40,7 +40,8 @@ Procedure
| | | | | |
| | The single node architecture is another option for you, helping you reduce costs while ensuring data reliability. | | | The single node architecture is another option for you, helping you reduce costs while ensuring data reliability. |
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Compatible MongoDB Version | - 4.2 | | Compatible MongoDB Version | - 4.4 |
| | - 4.2 |
| | - 4.0 | | | - 4.0 |
| | - 3.4 | | | - 3.4 |
| | - 3.2 | | | - 3.2 |

View File

@ -40,7 +40,8 @@ Procedure
| | | | | |
| | The single node architecture is another option for you, helping you reduce costs while ensuring data reliability. | | | The single node architecture is another option for you, helping you reduce costs while ensuring data reliability. |
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Compatible MongoDB Version | - 4.2 | | Compatible MongoDB Version | - 4.4 |
| | - 4.2 |
| | - 4.0 | | | - 4.0 |
| | - 3.4 | | | - 3.4 |
| | - 3.2 | | | - 3.2 |

View File

@ -5,4 +5,4 @@
Database Engine and Version Database Engine and Version
=========================== ===========================
DDS is compatible with MongoDB 3.2, 3.4, 4.0, and 4.2 Community Edition and supports the WiredTiger storage engine, so you need to use a driver compatible with MongoDB 3.0 or later to access DDS. DDS is compatible with MongoDB 3.2, 3.4, 4.0, 4.2, and 4.4 Community Edition and supports the WiredTiger storage engine, so you need to use a driver compatible with MongoDB 3.0 or later to access DDS.