INSERTINTO`dlink_flink_document`VALUES(1,'Variable','优化参数','Batch/Streaming','set table.exec.async-lookup.buffer-capacity','异步查找连接可以触发的最大异步操作的操作数。 \nThe max number of async i/o operation that the async lookup join can trigger.','Set \'table.exec.async-lookup.buffer-capacity\'=\'100\';','1.14',0,1,'2022-01-20 15:00:00','2022-01-20 15:00:00');
INSERTINTO`dlink_flink_document`VALUES(2,'Variable','优化参数','Batch/Streaming','set table.exec.async-lookup.timeout','异步操作完成的超时时间。 \nThe async timeout for the asynchronous operation to complete.','Set \'table.exec.async-lookup.timeout\'=\'3 min\';','1.14',0,1,'2022-01-20 15:00:00','2022-01-20 15:00:00');
INSERTINTO`dlink_flink_document`VALUES(3,'Variable','优化参数','Batch','set table.exec.disabled-operators','禁用指定operators,用逗号分隔 \nMainly for testing. A comma-separated list of operator names, each name represents a kind of disabled operator. Operators that can be disabled include \"NestedLoopJoin\", \"ShuffleHashJoin\", \"BroadcastHashJoin\", \"SortMergeJoin\", \"HashAgg\", \"SortAgg\". By default no operator is disabled.','Set \'table.exec.disabled-operators\'=\'SortMergeJoin\';','1.14',0,1,'2022-01-20 15:00:00','2022-01-20 15:00:00');
INSERTINTO`dlink_flink_document`VALUES(7,'Variable','优化参数','Batch/Streaming','set table.exec.resource.default-parallelism','设置所有Operator的默认并行度。 \nSets default parallelism for all operators (such as aggregate, join, filter) to run with parallel instances. This config has a higher priority than parallelism of StreamExecutionEnvironment (actually, this config overrides the parallelism of StreamExecutionEnvironment). A value of -1 indicates that no default parallelism is set, then it will fallback to use the parallelism of StreamExecutionEnvironment.','Set \'table.exec.resource.default-parallelism\'=\'1\';','1.14',0,1,'2022-01-20 15:00:00','2022-01-20 15:00:00');
INSERTINTO`dlink_flink_document`VALUES(8,'Variable','优化参数','Batch/Streaming','set table.exec.sink.not-null-enforcer','对表的NOT NULL列约束强制执行不能将空值插入到表中。Flink支持“error”(默认)和“drop”强制行为 \nThe NOT NULL column constraint on a table enforces that null values can\'t be inserted into the table. Flink supports \'error\' (default) and \'drop\' enforcement behavior. By default, Flink will check values and throw runtime exception when null values writing into NOT NULL columns. Users can change the behavior to \'drop\' to silently drop such records without throwing exception.\nPossible values:\n\"ERROR\"\n\"DROP\"','Set \'table.exec.sink.not-null-enforcer\'=\'ERROR\';','1.14',0,1,'2022-01-20 15:00:00','2022-01-20 15:00:00');