Contents Index -bc option -c option

MobiLink Synchronization Reference
  MobiLink Synchronization Server Options
    MobiLink synchronization server
      dbmlsrv9 options

-bn option

Function 

Sets the maximum number of blob bytes to compare during conflict detection.

Syntax 

dbmlsrv9 -c "connection-string" -bn size...

Description 

When two blobs contain similar or identical values, the operation of comparing them for filtering or conflict detection can be expensive due to the amount of data involved. This option tells the MobiLink synchronization server to consider only the first size bytes of two blobs when making the comparison. The default is to consider the entire blobs, no matter how big they are.

Under some situations, limiting the maximum amount of data compared can speed synchronization substantially; however, it can also cause errors. For example, if two large blobs differ only in the last few bytes, the MobiLink synchronization server may consider them identical when in fact they are not.


Contents Index -bc option -c option