MySQL Forums
Forum List  »  Partitioning

Re: Partitioned table causes open_files errror
Posted by: Phil Hildebrand
Date: June 09, 2008 07:50PM

How many concurrent mysql connections do you have?

Each partition is a file, so a scan of each partition will open all partition files.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Partitioned table causes open_files errror
2954
June 09, 2008 07:50PM


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.