From owner-freebsd-questions@FreeBSD.ORG Thu Aug 16 17:24:41 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89643106564A for ; Thu, 16 Aug 2012 17:24:41 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 320798FC12 for ; Thu, 16 Aug 2012 17:24:40 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q7GHR5de000512; Thu, 16 Aug 2012 12:27:05 -0500 (CDT) Date: Thu, 16 Aug 2012 12:27:05 -0500 (CDT) From: Robert Bonomi Message-Id: <201208161727.q7GHR5de000512@mail.r-bonomi.com> To: pschmehl_lists@tx.rr.com In-Reply-To: <47AFB706686083E99B3A3F3E@localhost> Cc: freebsd-questions@freebsd.org Subject: Re: Best file system for a busy webserver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 17:24:41 -0000 > Date: Thu, 16 Aug 2012 10:45:25 -0500 > From: Paul Schmehl > To: FreeBSD Questions List > Subject: Best file system for a busy webserver > > 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? > > Just curious. I'm getting ready to setup a new box running FreeBSD 9, and > since I'm starting from scratch, I'm questioning all my previous > assumptions. "Insufficient data" for a meaningful answer. A _LOT_ depends on the natue of the pages being served, Is the underlying data fairly 'static', or is it being frequently updated? If 'updated', you need to take into consideration things like 'how often', 'how large', and 'how localized' (in terms of the filesystem structure), are the updates. If file access is almost exclusively reads, the filesystem choice doesn't make much difference O/S 'caching', which occurs above the filesystem level, will handle the 'most frequently accessed' stuff.