写入冲突 meaning in Chinese
write write conflict
Examples
- Is not set to 1 , then write conflicts could occur if two instances of the execute sql task attempted to write to the table at the same time
不设置为1 ,那么如果两个“执行sql ”任务实例试图同时写入,则会发生表写入冲突。 - For example , if a package can run multiple tasks concurrently , a foreach loop container that enumerates files in the folder , retrieves the file names , and then uses an execute sql task to insert the file names into a table may incur write conflicts when two instances of the execute sql task attempt to write at the same time
例如,如果包可以并发运行多个任务,那么当一个foreach循环容器枚举文件夹中的文件,然后检索文件名,然后使用执行sql任务将文件名插入表中时,如果在两个执行sql任务实例都试图同时写入,就有可能导致写入冲突。