update_parallel_mode
Determines the behavior of concurrent update queries. Possible values:sync- run sequentially allUPDATEqueries.auto- run sequentially onlyUPDATEqueries with dependencies between columns updated in one query and columns used in expressions of another query.async- do not synchronize update queries.