You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add posix_fadvise(FADV_DONTNEED) to flush buffered pages
Summary:
When InnoDB opens a .ibd or log file in O_DIRECT mode, request the os to
flush the buffer cache. Otherwise, direct IO is serialized when buffered
pages for the file existing within the filesystem cache.
Reviewed By: alxyang
Differential Revision: D5100237
fbshipit-source-id: bbbd3db
0 commit comments