CleanQueryResults
CleanQueryResults specifies whether query cache files should be deleted once the connection is closed.
Data Type
bool
Default Value
false
Remarks
IBM Cloud Data Engine stores the results of every query you execute as a CSV or JSON file in Bucket.
You can use CleanQueryResults, to clean these files for every query executed. Note that this behavior will add a minor performance hit when you disconnect the last connection in a process.
See Also
See Customizing Default Behavior for more information on configuring IBM Cloud's query caching.