Re: How to improve the join performance on 15 tables
Posted by:
Rick James
Date: February 03, 2012 08:22PM
1 down, 5 to go:
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 ((provided))
and surround them with [ code ] and [ / code ]
How much RAM do you have?
Subject
Views
Written By
Posted
3556
February 02, 2012 06:34PM
Re: How to improve the join performance on 15 tables
1603
February 03, 2012 08:22PM
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.