MySQL Forums
Forum List  »  Partitioning

Re: Partitioned table causes open_files errror
Posted by: Alex Tomic
Date: June 26, 2008 12:37PM

Might want to watch out for this 'bug' as well:

http://bugs.mysql.com/bug.php?id=20877

Partitioning is great, but it is not trivial for MySQL to handle many thousands of tables, which is effectively what each partition is. File descriptors are always an issue as well. Can you get by with fewer partitions?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Partitioned table causes open_files errror
2973
June 26, 2008 12:37PM


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.