From owner-freebsd-fs@FreeBSD.ORG Fri Jan 15 13:46:32 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFF291065692 for ; Fri, 15 Jan 2010 13:46:32 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id 9B96F8FC0A for ; Fri, 15 Jan 2010 13:46:32 +0000 (UTC) Received: by email.octopus.com.au (Postfix, from userid 1002) id A66945CB8ED; Sat, 16 Jan 2010 00:22:36 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: * X-Spam-Status: No, score=1.9 required=10.0 tests=ALL_TRUSTED, FH_DATE_PAST_20XX autolearn=no version=3.2.3 Received: from [10.20.30.104] (60.218.233.220.static.exetel.com.au [220.233.218.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id 8B80A5CB8BB; Sat, 16 Jan 2010 00:22:32 +1100 (EST) Message-ID: <4B5071A1.6050805@modulus.org> Date: Sat, 16 Jan 2010 00:46:09 +1100 From: Andrew Snow User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Ivan Voras , freebsd-fs@freebsd.org References: <200603232352.k2NNqPS8018729@gate.bitblocks.com> <200603241518.01027.mi+mx@aldan.algebra.com> <20060325103927.GE703@turion.vk2pj.dyndns.org> <200603250920.14208@aldan> <20060325190333.GD7001@funkthat.com> <4B4F7CF5.4040307@aldan.algebra.com> <4B4F9781.2050508@modulus.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: An old gripe: Reading via mmap stinks X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2010 13:46:33 -0000 Ivan Voras wrote: >> Hi Mikhail, I assume these tests were done on UFS. Have you tried >> ZFS? I'm curious to see the results. > I suspect it would be noticably worse :) AFAIK ZFS integration with mmap > does at least one extra in-memory data copy. True but ZFS also has its own quite aggressive read-ahead algorithm - Andrew