Compare commits

...

2 Commits

10 changed files with 943 additions and 0 deletions

View File

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

View File

@ -16,6 +16,7 @@ Managing DB Instances
- :ref:`Changing DB Instance Specifications <gaussdb_04_0020>`
- :ref:`Changing the Collection Period of Monitoring by Seconds <updateinstancemonitor>`
- :ref:`Querying the Collection Period of Monitoring by Seconds <showinstancemonitorextend>`
- :ref:`Changing a Database Port <updategaussmysqlinstanceport>`
.. toctree::
:maxdepth: 1
@ -32,3 +33,4 @@ Managing DB Instances
changing_db_instance_specifications
changing_the_collection_period_of_monitoring_by_seconds
querying_the_collection_period_of_monitoring_by_seconds
changing_a_database_port

View File

@ -0,0 +1,22 @@
:original_name: topic_300000012.html
.. _topic_300000012:
SQL Statement Concurrency Control
=================================
- :ref:`Enabling or Disabling SQL Statement Concurrency Control <updatesqlfiltercontrol>`
- :ref:`Querying Whether SQL Statement Concurrency Control Is Enabled <showsqlfiltercontrol>`
- :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:
enabling_or_disabling_sql_statement_concurrency_control
querying_whether_sql_statement_concurrency_control_is_enabled
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,15 @@ Change History
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Released On | Description |
+===================================+=========================================================================================================================================================================================================================+
| 2024-04-15 | Added the following content: |
| | |
| | - :ref:`Changing a Database Port <updategaussmysqlinstanceport>` |
| | - :ref:`Enabling or Disabling SQL Statement Concurrency Control <updatesqlfiltercontrol>` |
| | - :ref:`Querying Whether SQL Statement Concurrency Control Is Enabled <showsqlfiltercontrol>` |
| | - :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>` |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2024-02-28 | Modified the following content: |
| | |
| | Added precautions in :ref:`Configuring Resource Quotas <gaussdb_04_0012>` and :ref:`Modifying Resource Quotas <gaussdb_04_0013>`. |