百度智能云

All Product Document

          Distributed Relational Database Service DRDS

          Contents

          Overview

          Welcome to use Baidu AI Cloud's DRDS (Distributed Relational Database Service).

          DRDS is a distributed multi-node relational database based on Baidu AI Cloud’s self-developed middleware. It provides the database storage service under the scenarios of large concurrent accesses and TB-level massive data. It is compatible with the MySQL protocol and features unlimited scaling, stable operation, high reliability, high security, and flexibility.

          You can use the API introduced in this document to flexibly operate the DRDS services.

          Interface overview

          The DRDS API has the following types:

          Interface type Description
          Instance Management The instance is a DRDS cluster. The instance management API enables you to create an instance, query an instance list, query instance details, release an instance, modify an instance name, and set public network access.
          Database Management The database management API enables you to create or delete a database, and query a database list.
          Datasheet Management The datasheet management API enables you to query a datasheet, create a datasheet, and delete a datasheet list.
          Account Management The account management API enables you to create an account, delete an account, query an account list, query account details, and modify an account password or account privileges.
          Whitelist Management The whitelist is an IP list that allows access to DRDS instances. It can be configured with a single IP or an IP address range. The whitelist management API provides you the features of obtaining and modifying the whitelist.
          Other Interfaces Allow you to query an availability zone list and query a subnet.
          Previous
          SLA-Service Level Agreement (SLA)
          Next
          General Instructions