Slide 16
Slide 16 text
mount partitions with "-noatime"
• Whenever a file is written or read, the atime attribute is
updated to denote the last "access time"
• MySQL : A small saving, but perhaps still worth it
• Apache HTTPd : Jackpot!
o Every file system read generates a tiny write
o htaccess files, static resources (js, css, images)
• Down side - you won't know when a file was last read
o Acceptable collateral damage?