-s option

Sets the maximum number of rows that can be uploaded at the same time.

Syntax
mlsrv11 -c "connection-string" -s count ...
Remarks

Set the maximum number of rows that can be inserted, updated, or deleted at the same time to count.

The MobiLink server sends upload rows to the consolidated database through the ODBC driver. This option controls the number of rows sent to the database server in each batch. Increasing this value can speed up processing of the upload stream and reduce network time. However, with a higher setting the MobiLink server may require more resources for applying the upload stream.

The number of rows uploaded at once can be viewed in the log file as rowset size.

The default is 10.