Compare commits
2 Commits
main
...
propose-dd
Author | SHA1 | Date | |
---|---|---|---|
4de5ce0fb1 | |||
2aaa6b3716 |
@ -15,7 +15,7 @@ This section describes how to obtain the IP addresses of the shard and config no
|
||||
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.
|
||||
- Once the connection addresses are assigned to your nodes, they cannot be modified or deleted.
|
||||
- The connection address is accessible from private networks only.
|
||||
|
@ -21,36 +21,43 @@ Procedure
|
||||
|
||||
.. table:: **Table 1** Basic information
|
||||
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Description |
|
||||
+===================================+=============================================================================================================================================================================================================================+
|
||||
+===================================+=====================================================================================================================================================================================================================================================================================+
|
||||
| Region | A region where the tenant is located. It can be changed in the upper left corner. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
| | |
|
||||
| | .. note:: |
|
||||
| | |
|
||||
| | DB instances deployed in different regions cannot communicate with each other through a private network, and you cannot change the region of a DB instance once it is created. Exercise caution when selecting a region. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB Instance Name | The DB instance name can be 4 to 64 characters long. It must start with a letter and can contain only uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
|
||||
| | |
|
||||
| | After the DB instance is created, you can change the DB instance name. For details, see section :ref:`Changing a DB Instance Name <dds_03_0075>`. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Database Type | Community Edition |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB Instance Type | Select **Cluster**. |
|
||||
| | |
|
||||
| | 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 |
|
||||
| | - 3.4 |
|
||||
| | - 3.2 |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Type | Ultra-high I/O |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | WiredTiger |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | - WiredTiger |
|
||||
| | |
|
||||
| | WiredTiger is the default storage engine of DDS 3.2, 3.4 and 4.0. WiredTiger provides different granularity concurrency control and compression mechanism for data management. It can provide the best performance and storage efficiency for different kinds of applications. |
|
||||
| | |
|
||||
| | - RocksDB |
|
||||
| | |
|
||||
| | RocksDB is the default storage engine of DDS 4.2 and 4.4. RocksDB supports efficient point lookup, range scan, and high-speed write. RocksDB can be used as the underlying data storage engine of MongoDB and is suitable for scenarios with a large number of write operations. |
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| AZ | An AZ is a part of a region with its own independent power supply and network. AZs are physically isolated but can communicate through an internal network. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Disk Encryption | - **Disabled**: Disable the encryption function. |
|
||||
| | |
|
||||
| | - **Enabled**: Enable the encryption function. This feature improves data security but slightly affects read/write performance. |
|
||||
@ -62,7 +69,7 @@ Procedure
|
||||
| | - After a DB instance is created, the disk encryption status and the key cannot be changed. The backup data stored in OBS is not encrypted. |
|
||||
| | - The key cannot be disabled or deleted when being used. Otherwise, the database becomes unavailable. |
|
||||
| | - For details about how to create a key, see the "Creating a CMK" section in the *Key Management Service User Guide*. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. table:: **Table 2** Specifications
|
||||
|
||||
|
@ -21,36 +21,43 @@ Procedure
|
||||
|
||||
.. table:: **Table 1** Basic information
|
||||
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Description |
|
||||
+===================================+=============================================================================================================================================================================================================================+
|
||||
+===================================+=====================================================================================================================================================================================================================================================================================+
|
||||
| Region | A region where the tenant is located. It can be changed in the upper left corner. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
| | |
|
||||
| | .. note:: |
|
||||
| | |
|
||||
| | DB instances deployed in different regions cannot communicate with each other through a private network, and you cannot change the region of a DB instance once it is created. Exercise caution when selecting a region. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB Instance Name | The DB instance name can be 4 to 64 characters long. It must start with a letter and can contain only uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
|
||||
| | |
|
||||
| | After the DB instance is created, you can change the DB instance name. For details, see section :ref:`Changing a DB Instance Name <dds_03_0075>`. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Database Type | Community Edition |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB Instance Type | Select **Cluster**. |
|
||||
| | |
|
||||
| | 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 |
|
||||
| | - 3.4 |
|
||||
| | - 3.2 |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Type | Ultra-high I/O |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | WiredTiger |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | - WiredTiger |
|
||||
| | |
|
||||
| | WiredTiger is the default storage engine of DDS 3.2, 3.4 and 4.0. WiredTiger provides different granularity concurrency control and compression mechanism for data management. It can provide the best performance and storage efficiency for different kinds of applications. |
|
||||
| | |
|
||||
| | - RocksDB |
|
||||
| | |
|
||||
| | RocksDB is the default storage engine of DDS 4.2 and 4.4. RocksDB supports efficient point lookup, range scan, and high-speed write. RocksDB can be used as the underlying data storage engine of MongoDB and is suitable for scenarios with a large number of write operations. |
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| AZ | An AZ is a part of a region with its own independent power supply and network. AZs are physically isolated but can communicate through an internal network. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Disk Encryption | - **Disabled**: Disable the encryption function. |
|
||||
| | |
|
||||
| | - **Enabled**: Enable the encryption function. This feature improves data security but slightly affects read/write performance. |
|
||||
@ -62,7 +69,7 @@ Procedure
|
||||
| | - After a DB instance is created, the disk encryption status and the key cannot be changed. The backup data stored in OBS is not encrypted. |
|
||||
| | - The key cannot be disabled or deleted when being used. Otherwise, the database becomes unavailable. |
|
||||
| | - For details about how to create a key, see the "Creating a CMK" section in the *Key Management Service User Guide*. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. table:: **Table 2** Specifications
|
||||
|
||||
|
@ -40,14 +40,21 @@ 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. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Compatible MongoDB Version | - 4.2 |
|
||||
| Compatible MongoDB Version | - 4.4 |
|
||||
| | - 4.2 |
|
||||
| | - 4.0 |
|
||||
| | - 3.4 |
|
||||
| | - 3.2 |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Type | Ultra-high I/O |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | WiredTiger |
|
||||
| Storage Engine | - WiredTiger |
|
||||
| | |
|
||||
| | WiredTiger is the default storage engine of DDS 3.2, 3.4 and 4.0. WiredTiger provides different granularity concurrency control and compression mechanism for data management. It can provide the best performance and storage efficiency for different kinds of applications. |
|
||||
| | |
|
||||
| | - RocksDB |
|
||||
| | |
|
||||
| | RocksDB is the default storage engine of DDS 4.2 and 4.4. RocksDB supports efficient point lookup, range scan, and high-speed write. RocksDB can be used as the underlying data storage engine of MongoDB and is suitable for scenarios with a large number of write operations. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| AZ | An AZ is a part of a region with its own independent power supplies and networks. AZs are physically isolated but can communicate through an internal network connection. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
| | |
|
||||
|
@ -40,14 +40,21 @@ 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. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Compatible MongoDB Version | - 4.2 |
|
||||
| Compatible MongoDB Version | - 4.4 |
|
||||
| | - 4.2 |
|
||||
| | - 4.0 |
|
||||
| | - 3.4 |
|
||||
| | - 3.2 |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Type | Ultra-high I/O |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | WiredTiger |
|
||||
| Storage Engine | - WiredTiger |
|
||||
| | |
|
||||
| | WiredTiger is the default storage engine of DDS 3.2, 3.4 and 4.0. WiredTiger provides different granularity concurrency control and compression mechanism for data management. It can provide the best performance and storage efficiency for different kinds of applications. |
|
||||
| | |
|
||||
| | - RocksDB |
|
||||
| | |
|
||||
| | RocksDB is the default storage engine of DDS 4.2 and 4.4. RocksDB supports efficient point lookup, range scan, and high-speed write. RocksDB can be used as the underlying data storage engine of MongoDB and is suitable for scenarios with a large number of write operations. |
|
||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| AZ | An AZ is a part of a region with its own independent power supplies and networks. AZs are physically isolated but can communicate through an internal network connection. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
| | |
|
||||
|
@ -21,36 +21,43 @@ Procedure
|
||||
|
||||
.. table:: **Table 1** Basic information
|
||||
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Description |
|
||||
+===================================+===================================================================================================================================================================================================================================================+
|
||||
+===================================+=====================================================================================================================================================================================================================================================================================+
|
||||
| Region | A region where the tenant is located. It can be changed in the upper left corner. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
| | |
|
||||
| | .. note:: |
|
||||
| | |
|
||||
| | DB instances deployed in different regions cannot communicate with each other through a private network, and you cannot change the region of a DB instance once it is created. Therefore, you should exercise caution when selecting a region. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB Instance Name | The DB instance name can be 4 to 64 characters long. It must start with a letter and can contain only uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
|
||||
| | |
|
||||
| | After the DB instance is created, you can change the DB instance name. For details, see section :ref:`Changing a DB Instance Name <dds_03_0075>`. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Database Type | Community Edition |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB Instance Type | Select **Single Node**. |
|
||||
| | |
|
||||
| | 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 |
|
||||
| | - 3.4 |
|
||||
| | - 3.2 |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Type | Ultra-high I/O |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | WiredTiger |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | - WiredTiger |
|
||||
| | |
|
||||
| | WiredTiger is the default storage engine of DDS 3.2, 3.4 and 4.0. WiredTiger provides different granularity concurrency control and compression mechanism for data management. It can provide the best performance and storage efficiency for different kinds of applications. |
|
||||
| | |
|
||||
| | - RocksDB |
|
||||
| | |
|
||||
| | RocksDB is the default storage engine of DDS 4.2 and 4.4. RocksDB supports efficient point lookup, range scan, and high-speed write. RocksDB can be used as the underlying data storage engine of MongoDB and is suitable for scenarios with a large number of write operations. |
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| AZ | An AZ is a part of a region with its own independent power supplies and networks. AZs are physically isolated but can communicate through an internal network connection. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Disk Encryption | - **Disabled**: Disable the encryption function. |
|
||||
| | |
|
||||
| | - **Enabled**: Enable the encryption function. This feature improves data security but slightly affects read/write performance. |
|
||||
@ -62,7 +69,7 @@ Procedure
|
||||
| | - After a DB instance is created, the disk encryption status and the key cannot be changed. The backup data stored in OBS is not encrypted. |
|
||||
| | - The key cannot be disabled or deleted when being used. Otherwise, the database becomes unavailable. |
|
||||
| | - For details about how to create a key, see the "Creating a CMK" section in the *Key Management Service User Guide*. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. table:: **Table 2** Specifications
|
||||
|
||||
|
@ -21,36 +21,43 @@ Procedure
|
||||
|
||||
.. table:: **Table 1** Basic information
|
||||
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Description |
|
||||
+===================================+===================================================================================================================================================================================================================================================+
|
||||
+===================================+=====================================================================================================================================================================================================================================================================================+
|
||||
| Region | A region where the tenant is located. It can be changed in the upper left corner. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
| | |
|
||||
| | .. note:: |
|
||||
| | |
|
||||
| | DB instances deployed in different regions cannot communicate with each other through a private network, and you cannot change the region of a DB instance once it is created. Therefore, you should exercise caution when selecting a region. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB Instance Name | The DB instance name can be 4 to 64 characters long. It must start with a letter and can contain only uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
|
||||
| | |
|
||||
| | After the DB instance is created, you can change the DB instance name. For details, see section :ref:`Changing a DB Instance Name <dds_03_0075>`. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Database Type | Community Edition |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| DB Instance Type | Select **Single Node**. |
|
||||
| | |
|
||||
| | 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 |
|
||||
| | - 3.4 |
|
||||
| | - 3.2 |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Type | Ultra-high I/O |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | WiredTiger |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Storage Engine | - WiredTiger |
|
||||
| | |
|
||||
| | WiredTiger is the default storage engine of DDS 3.2, 3.4 and 4.0. WiredTiger provides different granularity concurrency control and compression mechanism for data management. It can provide the best performance and storage efficiency for different kinds of applications. |
|
||||
| | |
|
||||
| | - RocksDB |
|
||||
| | |
|
||||
| | RocksDB is the default storage engine of DDS 4.2 and 4.4. RocksDB supports efficient point lookup, range scan, and high-speed write. RocksDB can be used as the underlying data storage engine of MongoDB and is suitable for scenarios with a large number of write operations. |
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| AZ | An AZ is a part of a region with its own independent power supplies and networks. AZs are physically isolated but can communicate through an internal network connection. For details, see section :ref:`Regions and AZs <dds_01_0027>`. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Disk Encryption | - **Disabled**: Disable the encryption function. |
|
||||
| | |
|
||||
| | - **Enabled**: Enable the encryption function. This feature improves data security but slightly affects read/write performance. |
|
||||
@ -62,7 +69,7 @@ Procedure
|
||||
| | - After a DB instance is created, the disk encryption status and the key cannot be changed. The backup data stored in OBS is not encrypted. |
|
||||
| | - The key cannot be disabled or deleted when being used. Otherwise, the database becomes unavailable. |
|
||||
| | - For details about how to create a key, see the "Creating a CMK" section in the *Key Management Service User Guide*. |
|
||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. table:: **Table 2** Specifications
|
||||
|
||||
|
@ -5,4 +5,30 @@
|
||||
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 supports versions 3.2, 3.4, 4.0, 4.2, and 4.4, and you need to use a driver compatible with MongoDB 3.0 or later to access DDS. You can select the DB engine and version you need based on your service requirements.
|
||||
|
||||
.. table:: **Table 1** Supported DB engines and versions
|
||||
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| Compatibility | DB Instance Type | Storage Engine |
|
||||
+=======================+=======================+=======================+
|
||||
| 4.4 | - Cluster | RocksDB |
|
||||
| | - Replica set | |
|
||||
| | - Single | |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| 4.2 | - Cluster | RocksDB |
|
||||
| | - Replica set | |
|
||||
| | - Single | |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| 4.0 | - Cluster | WiredTiger |
|
||||
| | - Replica set | |
|
||||
| | - Single | |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| 3.4 | - Cluster | WiredTiger |
|
||||
| | - Replica set | |
|
||||
| | - Single | |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
| 3.2 | - Cluster | WiredTiger |
|
||||
| | - Replica set | |
|
||||
| | - Single | |
|
||||
+-----------------------+-----------------------+-----------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user