Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
Property
| Description
|
---|---|
DTM Keep Alive Time
| Number of milliseconds that the DTM instance stays open after it completes the last request. Identical SQL queries can reuse the open instance. Use the keep alive time to increase performance when the time required to process the SQL query is small compared to the initialization time for the DTM instance. If the query fails, the DTM instance terminates.
Must be greater than or equal to 0. 0 means that the Data Integration Service does not keep the DTM instance in memory. Default is 0.
You can also set this property for each SQL data service that is deployed to the Data Integration Service. If you set this property for a deployed SQL data service, the value for the deployed SQL data service overrides the value you set for the Data Integration Service.
|
Table Storage Connection
| Relational database connection that stores temporary tables for SQL data services. By default, no connection is selected.
|
Maximum Memory Per Request
| The behavior of Maximum Memory Per Request depends on the following Data Integration Service configurations:
Default is 50,000,000.
|
Skip Log Files
| Prevents the Data Integration Service from generating log files when the SQL data service request completes successfully and the tracing level is set to INFO or higher. Default is false.
|