Subject | Re: [Firebird-Architect] Re: Stored procedures vs Dynamic SQl |
---|---|
Author | Ann W. Harrison |
Post date | 2005-07-18T12:32:26Z |
Rick Debay wrote:
connection that prepared it until that connection specifically releases
it. Vulcan has provisions for saving compiled and optimized requests
independent of the connection, though it does not do so yet. Note that
the cost of optimization is relatively low in Firebird and becomes a
factor only when an unprepared statement is executed in a long loop -
e.g. massive inserts.
Regards,
Ann
>The optimized version of a prepared statement is saved for reuse by the
> When an SQL statement is executed, the plan is not saved, although the
> statement may be cached on the client side (e.g. Jaybird's statement
> pooling).
connection that prepared it until that connection specifically releases
it. Vulcan has provisions for saving compiled and optimized requests
independent of the connection, though it does not do so yet. Note that
the cost of optimization is relatively low in Firebird and becomes a
factor only when an unprepared statement is executed in a long loop -
e.g. massive inserts.
Regards,
Ann