

Parameter | Description |
SQL type | It includes SELECT, UPDATE, DELETE, INSERT, and REPLACE. |
Max Concurrency | It indicates the maximum concurrency of SQL. If the SQL containing keywords reaches the maximum concurrency, the SQL traffic throttling policy will be triggered. If this value is set to 0, it restricts all matched SQL executions. |
Execution Mode | It includes Scheduled stop and Manual stop. Scheduled stop: After you select scheduled closure, you need to set the task traffic throttling time. The task will start executing upon submission and will automatically be closed when the execution time ends. The task can also be manually closed in the operation column of the task list during execution. Manual stop: After you select manual closure, the task will continue to execute upon submission until it is manually closed in the operation column of the task list. |
SQL Keyword | It indicates the SQL keywords that require traffic throttling. You can enter SQL statements. The system will automatically split the keywords using space, comma, and line break as delimiters. The logical relationship between multiple keywords is AND, regardless of order. |

select *,user_ from server;ERROR 4513: SQL rejected by CDB_SQL_FILTER.
Parameter | Description |
Type | It includes SELECT, UPDATE, DELETE, INSERT, and REPLACE. |
Status | It includes Running, Completed, and Terminated. Running: The task is in progress. Completed: The task with the execution method set to Automatic Closure will be automatically closed after the specified task traffic throttling time ends. Terminated: There are two situations. The task with the execution method set to Automatic Closure will be manually closed before the specified task execution time ends. The task with the execution method set to Manual Closure will be manually closed. |
Keyword | Keywords set when a SQL traffic throttling task is created. |
Start Time | Start execution time of the traffic throttling task. |
Remaining Time | Remaining traffic throttling time for the traffic throttling task. When a task is created, the task execution time is Automatic Closure: When the status is Running, Remaining time = Traffic throttling time (set when a task is created) - Start time (displayed in the task list). When the status is Completed or Terminated, the remaining time is 0. When a task is created, the task execution time is Manual Closure: The remaining time displays --. |
Max Concurrency | Maximum concurrency set when a SQL traffic throttling task is created. |
Source | Initiated by User: It indicates the SQL traffic throttling task created on the Real-Time Sessions page. |
Operation | View task details: Click Details in the Operation column to view the task's start time, execution time, end time, and rejected SQL count. Close task: When you need to terminate a task with the status Running, click Close in the Operation column. Delete task: When you need to delete a task with the status Terminated or Completed, you can delete tasks individually or in batches. Single deletion: Click Delete in the Operation column of the corresponding task. Batch deletion: Select one or more tasks to be deleted in the hot spot update protection task list, and click Delete at the top of the task list. |
Feedback