CleanQueryResults
CleanQueryResults specifies whether query cache files should be deleted once the connection is closed.
データ型
bool
デフォルト値
false
解説
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 デフォルトの動作のカスタマイズ for more information on configuring IBM Cloud's query caching.