MySQL Forums
Forum List  »  InnoDB

Re: What is InnoDB Reading and Writing when It's Idle?
Posted by: Sunny Bains
Date: December 15, 2021 02:51PM

If O_DIRECT is disabled then could it be the ZFS buffer cache? If there is a redo log write followed by a data file write then the pattern definitely originates from InnoDB.If the buffer doesn't have any dirty pages and there are only data file writes then it could be pages from the OS/ZFS buffer cache.

Options: ReplyQuote




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.