MySQL Forums
Forum List  »  Partitioning

Re: Partitioning on existing table
Posted by: Rick James
Date: November 05, 2009 11:35PM

Let's look for missing indexes, reformulate selects, etc. before leaping into partitioning. 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 ]

Options: ReplyQuote


Subject
Views
Written By
Posted
4358
November 04, 2009 09:33PM
2358
m z
November 05, 2009 08:45PM
Re: Partitioning on existing table
2434
November 05, 2009 11:35PM
2299
November 06, 2009 01:17AM
2619
November 06, 2009 10:49AM


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.