« The hour of death is uncertain | Main | Dutch handicap »
December 16, 2007
Scaling storage ~ Computers and stuff
Dealing with a really large database and keeping your web-based service scalable can be quite a challenge.
One thing you might want to consider in order to improve performance is to prevent Unix from updating atime (last access time) at every read/write.
This is done by adding the noatime flag when mounting the file system associated with the database and/or files being accessed alot.
Adding this flag will give you a tremendous boost in read and write capacity, so why not give it a try and see what happens?
Reference: Building Scalable Web Sites by Cal Henderson.

Posted at 10:48 AM
0 Comment(s)
Post a comment
Thanks for signing in, . Now you can comment. (sign out)
(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)







