Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
<<SNIP>>
One example was that VE showed a table scan. Most of the attendees
did not know that a table scan was bad (for other than a small test
table) and why.
But he showed how he used that to generate an index and chopped a
query that took several seconds down to milliseconds. Then he ran VE
again and was able to see that it no longer did a table scan but hit
the index, the table and then got the result.
He chopped the remaining time into a third by adding some of the
columns in the table to the index that were not even used for sorting
or selection. This allowed the query to never touch the table.
But remaining questions I have include stuff like:
- if I run this query
SELECT
SYSTEM_TABLE_SCHEMA, SYSTEM_TABLE_NAME
, LOGICAL_READS, PHYSICAL_READS
FROM systablestat
WHERE system_table_schema='ERPLXF'
ORDER BY PHYSICAL_READS DESC
Why should I care?
Are there particular statistics that people pay attention to and
what actions do you perform based on them?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 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.