From owner-freebsd-performance@FreeBSD.ORG Wed Jan 30 19:16:35 2008 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11AE916A47C; Wed, 30 Jan 2008 19:16:35 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6609413C44B; Wed, 30 Jan 2008 19:16:34 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47A0CD11.802@FreeBSD.org> Date: Wed, 30 Jan 2008 20:16:33 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Ivan Voras References: <200801281024.11571.darcyb@commandprompt.com> <479E3C5E.1070405@FreeBSD.org> <47A043FD.9090607@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-performance@freebsd.org Subject: Re: postgresql-performance using sysbench X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2008 19:16:35 -0000 Ivan Voras wrote: > Kris Kennaway wrote: > >> Write performance is something that we are working on, expect to hear >> about progress over the coming weeks/months. > > Do you have some notes or descriptions about what is being worked on? > I'm currently doing some file system benchmarking for internal purposes > and I'm seeing sequential read/write performance nontrivially lower on > FreeBSD+UFS than on Linux+ext3. The Linux combination has ~~20% faster > writes and ~~60% faster reads, on a hardware RAID10 of four 15kRPM > drives, IBM ServeRAID 8 (file system ops / nonsequential are worse - > send me a private message for details). Is the work that's been going on > about lock contention or something at the low levels of the file system? > Rewrite of the lockmgr primitive, for starters. Then we'll see what remains. Kris