Scaling storage

| Comment

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.

Leave a comment

Information

So far this blog contains no less than 1606 entries together with 1734 comments.

Look Inside

Recent Blog Entries

Random link
Let's say that you want to select a random link within a certain div tag which has a given id and then jump to where that link points to. …
Stay positive
Rumor has it that 2009 is going to be a very difficult year. However, I believe that things will go along much better than people expect. My prediction is that …
Don't cuss
"Als er een vloek valt breekt er iets.""Whenever a curse is made something breaks."Bond tegen het vloeken is een organisatie die zich inzet voor respectvol taalgebruik, zonder vloeken en schelden. …
Not a number
typeof(NaN) == 'number' NaN stands for 'Not a Number' but as you can see it is a 'number' nonetheless. null is a value that isn't anything. undefined is a value …
Fn and Ctrl keys
Why would anyone in their right mind want to exchange the Fn and the Ctrl keys on the keyboard? This is confusing and pissing me off. What's wrong with this …