CleanQueryResults Parameter (Connect-IBMCloudSQLQuery Cmdlet)
CleanQueryResults specifies whether query cache files should be deleted once the connection is closed.
Syntax
Connect-IBMCloudSQLQuery -CleanQueryResults SwitchParameter
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 デフォルトの動作のカスタマイズ for more information on configuring IBM Cloud's query caching.