MySQL Forums
Forum List  »  Partitioning

Re: Open tables with Partitioning
Posted by: Rick James
Date: March 01, 2011 11:22PM

Suppose you have a PARTITIONed table with 1000 partitions (nearly the limit).

PARTITION likes to open all the sub-tables, correct?

So, you should probably have table_open_cache > 1000, correct?

But, then that leads to the 'bug' where that cache is (was?) linearly (that is, inefficiently) searched, correct?

Conclusion: PARTITION with 1000 tables is likely to be less efficient than you might think.

Options: ReplyQuote


Subject
Views
Written By
Posted
4416
February 28, 2011 04:56AM
1636
February 28, 2011 10:03AM
Re: Open tables with Partitioning
2159
March 01, 2011 11:22PM
1512
March 02, 2011 11:29AM


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.