× 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.



NICE! NICE! NICE!

Wow that has so much more information!
The job name is VERY helpful since I'm the only one running the job and it's in a development Apache instance

So it could be the SQL Plan Cache getting rebuilt as well. OK.

Such fantastic information!
You all are the best!
Greg

-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of stefan@xxxxxxxxxx
Sent: Tuesday, March 19, 2024 10:31 AM
To: 'Midrange Systems Technical Discussion' <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: How to find the temporary index being used

Greg, once the process is "fast" again, take a look at the output of Visual Explain. It will call out any MTIs it is using.

Or use:

SELECT * FROM TABLE(QSYS2.MTI_INFO())
ORDER BY TABLE_SCHEMA,TABLE_NAME;

or
' SELECT * FROM TABLE(QSYS2.MTI_INFO())
ORDER BY REFERENCE_COUNT desc;

Best regards

Stefan


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.