Defining TDV Data Ship Configuration Parameters
Several parameters are available for configuring data ship:
• | Maximum Number of Concurrent Data Transfers |
• | Execution Mode |
• | Buffer flush threshold |
Because every system varies, you might need to test several values for these parameters to determine what works best.
To configure data ship parameters
1. | Log into Studio as the admin user. |
2. | From the Administration menu, choose Configuration. |
3. | Navigate to and determine the best settings for the following parameters. |
4. | Click Apply. |
5. | (Optional) Navigate to and determine the best settings for the following parameters. |
Parameter |
Description |
Limits the size of the buffer. (Default is 10000.) Certain types of data ship SQL executions buffer large tables before delivery to the data ship target, and the buffer size can exceed available memory. The buffer is flushed when this limit is reached. |
|
The default value is false. When set to true, the server does not delete the temp table or file generated for each data ship request. This option should only be enabled when requested by a support team member. This value is locally defined. It is not altered when restoring a backup and is not replicated in a cluster. This parameter is ignored if you are using data ship and check the ‘Use global temporary space for temporary tables’ check box for the data ship target. |
6. | (Netezza only) Navigate to and determine the best setting for the following parameters. |
Parameter |
Description |
The Netezza driver generates a log file for each nzload operation. If true, all log files are kept. If false (default), no log files are saved to disk. This value is locally defined. It is not altered when restoring a backup and is not replicated in a cluster. |
|
The directory to save the Netezza driver nzload log file for data ship. The default log directory is $TDV/tmp/dataship/netezza. This value is locally defined. It is not altered when restoring a backup and is not replicated in a cluster. |
|
The escape character to use while exporting contents to or importing contents from a flat file. It defaults to backslash (\). |
|
Boolean. True causes any string value that exceeds its declared CHAR or VARCHAR storage to be truncated to fit. False (default) causes the system to report an error when a string exceeds its declared storage. |
7. | Click Apply. |
8. | (Teradata only) Navigate to and determine the best settings for the following parameter: |
Parameter |
Description |
DataShip FastExport/FastLoad Threshold |
Limit for the FastLoad and FastExport processes within Teradata. If the row number exceeds this limit, use FastLoad or FastExport. This value is locally defined. It is not altered when restoring a backup and is not replicated in a cluster. |
9. | Click Apply and then OK. |
10. | Restart the TDV Server. |