Re: Avoiding "Using temporary; Using filesort"
To assist in analyzing slow SELECTs, please provide
* SHOW CREATE TABLE tbl\G -- engine, indexes
* SHOW TABLE STATUS LIKE 'tbl'\G -- sizes
* EXPLAIN SELECT ...\G -- clues of inefficiencies
* SHOW VARIABLES LIKE '%buffer%'; -- cache size
and surround them with [ code ] and [ / code ]
How much RAM do you have?
> Stripping out the columns that are not relevant
Potentially, they are all relevant.
Subject
Views
Written By
Posted
4767
July 15, 2011 07:34AM
1582
July 15, 2011 07:45AM
1503
July 17, 2011 04:01AM
Re: Avoiding "Using temporary; Using filesort"
1545
July 17, 2011 09:45PM
1788
July 18, 2011 12:35PM
1910
July 18, 2011 08:08PM
1869
July 20, 2011 07:27AM
1252
July 26, 2011 02:35AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.