Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758129AbYCNSBU (ORCPT ); Fri, 14 Mar 2008 14:01:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753590AbYCNSBO (ORCPT ); Fri, 14 Mar 2008 14:01:14 -0400 Received: from mail.lang.hm ([64.81.33.126]:52498 "EHLO bifrost.lang.hm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753418AbYCNSBN (ORCPT ); Fri, 14 Mar 2008 14:01:13 -0400 Date: Fri, 14 Mar 2008 11:03:42 -0700 (PDT) From: david@lang.hm X-X-Sender: dlang@asgard.lang.hm To: Theodore Tso cc: Ric Wheeler , Benny Amorsen , linux-kernel@vger.kernel.org Subject: Re: [ANNOUNCE] Ramback: faster than a speeding bullet In-Reply-To: <20080314164952.GA7767@mit.edu> Message-ID: References: <200803110450.19390.phillips@phunq.net> <20080311215601.GM23784@marowsky-bree.de> <200803111602.53835.phillips@phunq.net> <20080312133001.1668f40d@the-village.bc.nu> <20080314093019.GA5966@ucw.cz> <47DA5C8D.2020207@emc.com> <20080314125656.GA7412@mit.edu> <47DA9DF8.5010600@emc.com> <20080314164952.GA7767@mit.edu> User-Agent: Alpine 1.00 (DEB 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 22 On Fri, 14 Mar 2008, Theodore Tso wrote: > It depends on the workload, obviously. I thought I remember someone > on this thread talking about benchmark where they went from ~2000 to > ~20 ops/sec once they added fsync(). I'm sure that was an extreme > benchmarking workload that isn't at all representative of real-life > usage, where you're usually do something else modifying the metadata > of many tiny files over and over again. :-) I've seen this sort of thing with syslog, normal syslog at ~100 logs/sec, syslog without fsync >10,000 logs/sec. if this is your situation then battery backed cache on your controller is the answer as it gives you almost full speed with the safety of fsync. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/