Parameters | |
Keep DB dump for differential backup | [Local Storage Path must be configured (from the "DS-Client Configuration Parameters Tab").] • OFF: The database will be dumped to the DS-Client Buffer and removed after the backup process finishes. • ON: The database will be dumped to the Local Storage Path and kept. Subsequent backups can use the previous DB dump for differential comparison, which can speed up the backup. |
Include referenced tables automatically | • OFF: Backup only the selected tables. • ON: If a selected table references other table(s), the backup will automatically include those table(s). |
Timeout | This parameter specifies how long DS-Client will wait for a response from the Cloud Server before timing out (and failing the corresponding activity). • Range 1-1000, default is 100 (seconds) |
Buffer Size | The maximum size DS-Client will buffer for each query requested from / to the Cloud Server. If the buffer reaches this limit (before the “Query Batch Size” or “Destination Batch Size” is reached), the data will be immediately transferred to clear the buffer. • Range 1-128, default is 20 (MB) |
Query Batch Size | Each time DS-Client needs to read from the Cloud Server, it queries the database to return batches of this number of rows at a time (until the query is finished). • Range 1-1000, default is 200 (rows) |
Destination Batch Size | Each time DS-Client needs to write to the Cloud Server, it updates the database in batches of this number of rows at a time (until all data is written). • Range 1-1000, default is 100 (rows) |