FireDAC Components for IBM Cloud Data Engine

Build 23.0.8839

CleanQueryResults

CleanQueryResults specifies whether query cache files should be deleted once the connection is closed.

Syntax


property CleanQueryResults: Boolean;

Data Type

Boolean

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839