Re: How to improve mysql when the table is larger than 4G
Posted by:
Rick James
Date: February 26, 2010 11:37AM
Can you change the schema and/or the SELECTs? If so, we can discuss further; 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 ]
If not, can you switch to RAID with striping and write cache enabled?
160.5 million messages -- that's getting interesting and challenging. But I need to be able to do major changes to the schema/SELECTs.
Subject
Views
Written By
Posted
3675
February 25, 2010 08:19PM
Re: How to improve mysql when the table is larger than 4G
1755
February 26, 2010 11:37AM
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.