Best file system for a busy webserver

Steve O'Hara-Smith steve at sohara.org
Thu Aug 16 17:03:03 UTC 2012


On Thu, 16 Aug 2012 10:45:25 -0500
Paul Schmehl <pschmehl_lists at tx.rr.com> wrote:

> Does anyone have any opinions on which file system is best for a busy 
> webserver (7 million hits/month)?  Is anyone one system noticeably better 
> than any other?

	That's an average of about 3 hits per second. If it's static pages
then pretty much anything will handle it easily (but please don't use FAT).
If it's dynamic then the whole problem is more complex than a simple page
rate. If that load is bursty it may make a difference too.

	Other considerations may come into play - how big is this
filesystem (number of files, maximum number of entries in a directory,
volume of data) ? Are there many users needing to be protected from each
other ? What about archives ? snapshots ? growth ? churn ? uptime
requirements, disaster recovery time ?

-- 
Steve O'Hara-Smith                          |   Directable Mirror Arrays
C:>WIN                                      | A better way to focus the sun
The computer obeys and wins.                |    licences available see
You lose and Bill collects.                 |    http://www.sohara.org/


More information about the freebsd-questions mailing list