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
4897
July 15, 2011 07:34AM
1624
July 15, 2011 07:45AM
1531
July 17, 2011 04:01AM
Re: Avoiding "Using temporary; Using filesort"
1586
July 17, 2011 09:45PM
1837
July 18, 2011 12:35PM
1946
July 18, 2011 08:08PM
1904
July 20, 2011 07:27AM
1285
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.