MySQL Forums
Forum List  »  InnoDB

Re: Can database corruption be caused by a Windows Virtual Memory Resize?
Posted by: Peter Brawley
Date: August 23, 2021 11:39AM

> Is it a known issue that allowing Windows to perform automatic resizing of the page file can cause Innodb corruption?

I've not seen that, which is not to say that you might have been the first to encounter such a problem.

But the main issue is why InnoDB needed to be swapping. You need to optimise such that swapping is minimal. The usual culprits causing swapping are inefficient queries. Turn on the slow query log to find them.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Can database corruption be caused by a Windows Virtual Memory Resize?
318
August 23, 2021 11:39AM


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.