Subject | Re: [Firebird-Architect] Stored procedures vs Dynamic SQl |
---|---|
Author | Ann W. Harrison |
Post date | 2005-07-13T14:49:35Z |
vishy anand wrote:
within a connection. Stored procedures are prepared on first reference
and retained until the end of the last connection to the database
through the server. The performance differences are hard to quantify,
but the major advantage of stored procedures is that intermediate
results stay on the server.
Regards,
Ann
> does firebird saves execution plan both for Sp and dynamic SQL's..isPrepared DSQL statements are saved until explicitly released, but only
> there a performance difference?
> thanks
>
within a connection. Stored procedures are prepared on first reference
and retained until the end of the last connection to the database
through the server. The performance differences are hard to quantify,
but the major advantage of stored procedures is that intermediate
results stay on the server.
Regards,
Ann