Compare commits

...

1 Commits

Author SHA1 Message Date
255388dac8 Update content 2023-07-14 06:56:23 +00:00
7 changed files with 67 additions and 620 deletions

View File

@ -7,28 +7,26 @@ API Overview
With GaussDB(for MySQL) APIs, you can query, set, and modify resource quotas. With GaussDB(for MySQL) APIs, you can query, set, and modify resource quotas.
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Type | Description | | Type | Description |
+===================================+====================================================================================================================================================================================================================+ +===============================+====================================================================================================================================================================================================================+
| DB engine version query | Query the DB version information of a specified DB engine. | | DB engine version query | Query the DB version information of a specified DB engine. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| DB specifications query | Query the DB specifications of a specified DB engine version. | | DB specifications query | Query the DB specifications of a specified DB engine version. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| DB instance management | Create instances, query instance lists, query instance details, delete instances, create read replicas, delete read replicas, change instance names, reset database passwords, and change instance specifications. | | DB instance management | Create instances, query instance lists, query instance details, delete instances, create read replicas, delete read replicas, change instance names, reset database passwords, and change instance specifications. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Backup management | Create manual backups, query backup lists, query automated backup policies, and modify automated backup policies. | | Backup management | Create manual backups, query backup lists, query automated backup policies, and modify automated backup policies. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter template management | Query parameter templates. | | Parameter template management | Query parameter templates. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Quota management | Query, set, and modify resource quotas. | | Quota management | Query, set, and modify resource quotas. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Database proxy | Query database proxy information and specifications, and enable or disable database proxy. | | Database proxy | Query database proxy information and specifications, and enable or disable database proxy. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Log management | Obtain log information, including database error logs and slow logs. | | Log management | Obtain log information, including database error logs and slow logs. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Tag management | Manage tags, including adding tags in batches, deleting tags in batches, and querying project tags. | | Tag management | Manage tags, including adding tags in batches, deleting tags in batches, and querying project tags. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| SQL statement concurrency control | Query, configure and delete concurrency control rules of SQL statements. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Task center | Obtain task information about the task center. | | Task center | Obtain task information about the task center. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

View File

@ -14,7 +14,6 @@ APIs (Recommended)
- :ref:`Database Proxy <topic_300000006>` - :ref:`Database Proxy <topic_300000006>`
- :ref:`Log Management <topic_300000007>` - :ref:`Log Management <topic_300000007>`
- :ref:`Tag Management <topic_300000009>` - :ref:`Tag Management <topic_300000009>`
- :ref:`SQL Statement Concurrency Control <topic_300000012>`
- :ref:`Task Center <gaussdb_04_0014>` - :ref:`Task Center <gaussdb_04_0014>`
.. toctree:: .. toctree::
@ -30,5 +29,4 @@ APIs (Recommended)
database_proxy/index database_proxy/index
log_management/index log_management/index
tag_management/index tag_management/index
sql_statement_concurrency_control/index
task_center/index task_center/index

View File

@ -1,18 +0,0 @@
:original_name: topic_300000012.html
.. _topic_300000012:
SQL Statement Concurrency Control
=================================
- :ref:`Configuring Concurrency Control Rules of SQL Statements <setsqlfilterrule>`
- :ref:`Querying Concurrency Control Rules of SQL Statements <showsqlfilterrule>`
- :ref:`Deleting Concurrency Control Rules of SQL Statements <deletesqlfilterrule>`
.. toctree::
:maxdepth: 1
:hidden:
configuring_concurrency_control_rules_of_sql_statements
querying_concurrency_control_rules_of_sql_statements
deleting_concurrency_control_rules_of_sql_statements

View File

@ -8,6 +8,14 @@ Change History
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| Released On | Description | | Released On | Description |
+===================================+===========================================================================================================================+ +===================================+===========================================================================================================================+
| 2023-07-12 | Modified the following content: |
| | |
| | Delete the following APIs: |
| | |
| | - Configuring Concurrency Control Rules of SQL Statements |
| | - Querying Concurrency Control Rules of SQL Statements |
| | - Deleting Concurrency Control Rules of SQL Statements |
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| 2023-04-06 | Modified the following content: | | 2023-04-06 | Modified the following content: |
| | | | | |
| | - Deleted the **backup_level** parameter in :ref:`Querying Backups <gaussdb_06_0004>`. | | | - Deleted the **backup_level** parameter in :ref:`Querying Backups <gaussdb_06_0004>`. |
@ -15,40 +23,42 @@ Change History
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| 2022-11-30 | Modified the following content: | | 2022-11-30 | Modified the following content: |
| | | | | |
| | - Added :ref:`Querying Version Information About a DB Engine <gaussdb_04_0001>`. | | | Added the following APIs: |
| | - Added :ref:`Querying Database Specifications <gaussdb_04_0002>`. | | | |
| | - Added :ref:`Deleting a DB Instance <gaussdb_04_0007>`. | | | - :ref:`Querying Version Information About a DB Engine <gaussdb_04_0001>` |
| | - Added :ref:`Querying Details of a DB Instance <gaussdb_04_0006>`. | | | - :ref:`Querying Database Specifications <gaussdb_04_0002>` |
| | - Added :ref:`Creating a Read Replica <gaussdb_04_0015>`. | | | - :ref:`Deleting a DB Instance <gaussdb_04_0007>` |
| | - Added :ref:`Deleting a Read Replica <gaussdb_04_0016>`. | | | - :ref:`Querying Details of a DB Instance <gaussdb_04_0006>` |
| | - Added :ref:`Changing a DB Instance Name <gaussdb_04_0018>`. | | | - :ref:`Creating a Read Replica <gaussdb_04_0015>` |
| | - Added :ref:`Resetting a Database Password <gaussdb_04_0019>`. | | | - :ref:`Deleting a Read Replica <gaussdb_04_0016>` |
| | - Added :ref:`Changing DB Instance Specifications <gaussdb_04_0020>`. | | | - :ref:`Changing a DB Instance Name <gaussdb_04_0018>` |
| | - Added :ref:`Creating a Manual Backup <gaussdb_06_0003>`. | | | - :ref:`Resetting a Database Password <gaussdb_04_0019>` |
| | - Added :ref:`Querying Backups <gaussdb_06_0004>`. | | | - :ref:`Changing DB Instance Specifications <gaussdb_04_0020>` |
| | - Added :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>`. | | | - :ref:`Creating a Manual Backup <gaussdb_06_0003>` |
| | - Added :ref:`Modifying an Automated Backup Policy <gaussdb_06_0006>`. | | | - :ref:`Querying Backups <gaussdb_06_0004>` |
| | - Added :ref:`Querying Parameter Templates <gaussdb_04_0009>`. | | | - :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>` |
| | - Added :ref:`Querying Resource Quotas <gaussdb_04_0011>`. | | | - :ref:`Modifying an Automated Backup Policy <gaussdb_06_0006>` |
| | - Added :ref:`Configuring Resource Quotas <gaussdb_04_0012>`. | | | - :ref:`Querying Parameter Templates <gaussdb_04_0009>` |
| | - Added :ref:`Modifying Resource Quotas <gaussdb_04_0013>`. | | | - :ref:`Querying Resource Quotas <gaussdb_04_0011>` |
| | - Added :ref:`Querying the DB Instance Quotas of a Tenant <showgaussmysqlprojectquotas>`. | | | - :ref:`Configuring Resource Quotas <gaussdb_04_0012>` |
| | - Added :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>`. | | | - :ref:`Modifying Resource Quotas <gaussdb_04_0013>` |
| | - Added :ref:`Enabling Database Proxy <creategaussmysqlproxy>`. | | | - :ref:`Querying the DB Instance Quotas of a Tenant <showgaussmysqlprojectquotas>` |
| | - Added :ref:`Disabling Database Proxy <deletegaussmysqlproxy>`. | | | - :ref:`Querying Database Proxy Specifications <showgaussmysqlproxyflavors>` |
| | - Added :ref:`Adding Database Proxy Nodes <expandgaussmysqlproxy>`. | | | - :ref:`Enabling Database Proxy <creategaussmysqlproxy>` |
| | - Added :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>`. | | | - :ref:`Disabling Database Proxy <deletegaussmysqlproxy>` |
| | - Added :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>`. | | | - :ref:`Adding Database Proxy Nodes <expandgaussmysqlproxy>` |
| | - Added :ref:`Assigning Read Weights <setgaussmysqlproxyweight>`. | | | - :ref:`Querying Database Proxy Instances <showgaussmysqlproxylist>` |
| | - Added :ref:`Querying Database Error Logs <listgaussmysqlerrorlog>`. | | | - :ref:`Changing Specifications of a Database Proxy Instance <changegaussmysqlproxyspecification>` |
| | - Added :ref:`Querying Database Slow Logs <listgaussmysqlslowlog>`. | | | - :ref:`Assigning Read Weights <setgaussmysqlproxyweight>` |
| | - Added :ref:`Querying Resource Tags <listinstancetags>`. | | | - :ref:`Querying Database Error Logs <listgaussmysqlerrorlog>` |
| | - Added :ref:`Querying Project Tags <listprojecttags>`. | | | - :ref:`Querying Database Slow Logs <listgaussmysqlslowlog>` |
| | - Added :ref:`Adding or Deleting Tags in Batches <batchtagaction>`. | | | - :ref:`Querying Resource Tags <listinstancetags>` |
| | - Added :ref:`Configuring Concurrency Control Rules of SQL Statements <setsqlfilterrule>`. | | | - :ref:`Querying Project Tags <listprojecttags>` |
| | - Added :ref:`Querying Concurrency Control Rules of SQL Statements <showsqlfilterrule>`. | | | - :ref:`Adding or Deleting Tags in Batches <batchtagaction>` |
| | - Added :ref:`Deleting Concurrency Control Rules of SQL Statements <deletesqlfilterrule>`. | | | - :ref:`Obtaining Information About a Task with a Specified ID <showgaussmysqljobinfo>` |
| | - Added :ref:`Obtaining Information About a Task with a Specified ID <showgaussmysqljobinfo>`. | | | - Configuring Concurrency Control Rules of SQL Statements |
| | - Querying Concurrency Control Rules of SQL Statements |
| | - Deleting Concurrency Control Rules of SQL Statements |
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| 2020-12-09 | Modified the following content: | | 2020-12-09 | Modified the following content: |
| | | | | |