Answer the question
In order to leave comments, you need to log in
Optimal values(chunk, stride, stripe-width) for mysql?
Shake everyone!
# uname -srm
Linux 2.6.18-238.el5PAE i686
# cat /etc/issue
CentOS release 5.6 (Final)
#mdadm --create --verbose /dev/md2 --level=10 --chunk=32 --raid-devices=4 /dev/sd[a,b,c,d]4
mkfs.ext4 -b 4096 -E stride=8 -E stripe-width=16 /dev/md2
mkfs.ext4 -b 4096 -E stride=16 -E stripe-width=32 /dev/md2
Answer the question
In order to leave comments, you need to log in
Leave everything by default, these are the most optimal settings and maximum optimization has been made for them in Linux raid.
At one time, on tests, xfs on a muscle showed itself better than ext3.
No one seems to have asked the question =)
I decided to follow man and wiki.centos.org/HowTos/Disk_Optimization
Chose the second option.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question