@@ -403,11 +403,11 @@ See [General Configuration Parameters](#General Configuration Parameters) for de
#### Configuration parameters for executing the specified query statement
The configuration parameters for querying the sub-tables or the normal tables are set in `specified_table_query`.
The configuration parameters for querying the specified table (it can be a super table, a sub-table or a normal table) are set in `specified_table_query`.
-**query_interval** : The query interval in seconds, the default value is 0.
-**threads**: The number of threads to execute the query SQL, the default value is 1.
-**threads/concurrent**: The number of threads to execute the query SQL, the default value is 1.
-**sqls**.
-**sql**: the SQL command to be executed.
...
...
@@ -434,9 +434,9 @@ The configuration parameters of the super table query are set in `super_table_qu
#### Configuration parameters for executing the specified subscription statement
The configuration parameters for subscribing to a sub-table or a generic table are set in `specified_table_query`.
The configuration parameters for subscribing to a specified table (it can be a super table, a sub-table or a generic table) are set in `specified_table_query`.
-**threads**: The number of threads to execute SQL, default is 1.
-**threads/concurrent**: The number of threads to execute SQL, default is 1.
-**interval**: The time interval to execute the subscription, in seconds, default is 0.