Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用事务性上载时,此选项会将事务组进行批处理,然后将它们一起提交。
mlsrv16 -c "connection-string" -tx count ...
当进行事务性上载时可使用此选项来提高性能。
count 可以是任何非负的值。缺省值为 1,表示单独提交每个事务。而使用 0 值表示在完成上载所有事务后再执行一次提交。
count 的理想值只可通过性能测试确定。