MySQL on XFS
Using bind mounts to move MySQL data, config, and logs to an XFS volume without changing a single MySQL setting.
mysql
all tags →Using bind mounts to move MySQL data, config, and logs to an XFS volume without changing a single MySQL setting.
The Node.js MySQL driver doesn't pool connections. Under load, you run out. Fifty lines with generic-pool fixes it.