Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
设置要在冲突检测过程中比较的 BLOB 最大字节数。
mlsrv12 -c "connection-string" -bn size ...
当两个 BLOB 包含相似或相同值时,由于涉及的数据量较大,因此为进行过滤或冲突检测而进行的比较操作将十分耗费资源。该选项将通知 MobiLink 服务器在进行比较时仅考虑两个 BLOB 中第一个 size 字节的内容。缺省情况是整个比较两个 BLOB。
在某些情况下,限制比较数据的最大值可以显著地加快同步过程的速度;但也可能会导致错误。例如,如果两个大的 BLOB 仅在最后几个字节有区别,那么 MobiLink 服务器可能认为它们相同,而事实上它们并不相同。