SSIS Components for CockroachDB

Build 22.0.8509

AllowPreparedStatement

Allow the preparation of a query statement before its execution.

データ型

bool

デフォルト値

true

解説

If the AllowPreparedStatement property is set to false, statements are parsed each time they are executed. Setting this property to false can be useful if you are executing many different queries only once.

If you are executing the same query repeatedly, you will generally see better performance by leaving this property at the default, true. Preparing the query avoids recompiling the same query over and over. However, prepared statements also require the 本製品 to keep the connection active and open while the statement is prepared.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509