This is a ''general'' question. Hear me out.
Let's say I have a MySQL standalone or even a 3 or 5 nodes cluster. Would it be a good practice to have 1 filesystem per schema ?
For example, schema{1..5} would go in /var/lib/mysql/data/schema{1..5}
And I am not talking about RAID level under theses filesystems here... Just, plain FS. Let assume I use XFS here.
What gain would I potentially gain from it ?
- Easier FS backup or even (LVM) backup/snapshot ?
- Performance ?
- Faster node data replication ?
What else...