× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Charles Wilt wrote:
Trying to do some performance tuning, noticed that the SQL plan
cache often has the same statement shown multiple times...which
of course throws off the "Total Times Run".

I guess that would be the total times the [same] statement has been run _with the associated plan_ then.? :-)

Anybody know why this happens? or some way to work around it?
(he says as he looks at Elvis ;-)


Get all invocations of that statement to implement with the same plan.? ;-)

Seriously though... I seem to recall seeing that, for example, the /same/ statement run interactive [*firstio implicit optimization] versus batch [with *allio implicit optimization] would appear separately; the statements /explained/ with that difference. For that scenario, adding the OPTIMIZE FOR ALL ROWS clause on the SELECT request would make the one statement appear only once, after having cleared the cache.

Regards, Chuck

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.