Re: speed up the data retriving
Posted by:
Rick James
Date: April 29, 2011 08:37AM
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?
Subject
Views
Written By
Posted
3875
April 28, 2011 04:41AM
Re: speed up the data retriving
2100
April 29, 2011 08:37AM
2634
May 02, 2011 05:37AM
2144
May 02, 2011 11:46PM
2007
May 04, 2011 10:48PM
2178
May 05, 2011 12:50AM
1807
May 05, 2011 01:25AM
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.