MySQL :: MySQL 8.4 Reference Manual :: 10.12.1 Optimizing Disk I/O (original) (raw)

The world's most popular open source database

10.12.1 Optimizing Disk I/O

This section describes ways to configure storage devices when you can devote more and faster storage hardware to the database server. For information about optimizing anInnoDB configuration to improve I/O performance, see Section 10.5.8, “Optimizing InnoDB Disk I/O”.

Using NFS with MySQL

You should be cautious when considering whether to use NFS with MySQL. Potential issues, which vary by operating system and NFS version, include the following:

Using NFS within a professional SAN environment or other storage system tends to offer greater reliability than using NFS outside of such an environment. However, NFS within a SAN environment may be slower than directly attached or bus-attached non-rotational storage.

If you choose to use NFS, NFS Version 4 or later is recommended, as is testing your NFS setup thoroughly before deploying into a production environment.