Tuning for better I/O
Is Linode known to perform badly when writing to disk? e.g. are we sharing the disk capacity with all other users on the machine? Is there any kind of performance tuning which can be done?
Thanks,
Andy
1 Reply
Setting noatime in /etc/fstab can increase performance a bit I've also found that ext4 has performance improvements over ext3 but you have to partition the space yourself.
Disk IO does tend to be a bottle neck on all vps services if you can avoid writing to disk until you really have to, manipulate your data in memory then write when it's done.