MySQL Forums
Forum List  »  General

Re: open files usage- consumes my entire disk
Posted by: Rick James
Date: July 25, 2016 09:49AM

90% I/O? 90% of disk space?

How many tables do you have?

Maybe some of these will give clues:
SHOW GLOBAL STATUS LIKE '%file%';
SHOW GLOBAL STATUS LIKE '%open%';
SHOW VARIABLES LIKE '%file%';
SHOW VARIABLES LIKE '%open%';

Options: ReplyQuote


Subject
Written By
Posted
Re: open files usage- consumes my entire disk
July 25, 2016 09: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.