Use the correct I/O scheduler to increase performance and reduce the possibility of database timeouts when the system is under extreme write load.
For file systems running on an SSD or in a virtualized environment, use the
noop
scheduler. On some systems, such as RHEL 8.1+, this is
called none
. For all other systems, use the
deadline
scheduler.