From owner-freebsd-hackers@FreeBSD.ORG Fri May 11 08:39:14 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 516CC16A402 for ; Fri, 11 May 2007 08:39:14 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.pkgsrc-box.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id 503A213C455 for ; Fri, 11 May 2007 08:39:13 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.pkgsrc-box.org [127.0.0.1]) by www.pkgsrc-box.org (Postfix) with ESMTP id 59930E7A3F9 for ; Fri, 11 May 2007 08:39:07 +0000 (UTC) Received: by britannica.bec.de (Postfix, from userid 1000) id DF5CA7E95; Fri, 11 May 2007 10:38:56 +0200 (CEST) Date: Fri, 11 May 2007 10:38:56 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20070511083856.GD228@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <200705102105.27271.blackdragon@highveldmail.co.za> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Subject: Re: New FreeBSD package system (a.k.a. Daemon Package System (dps)) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 08:39:14 -0000 On Fri, May 11, 2007 at 02:10:05AM +0200, Ivan Voras wrote: > - I think it's time to give up on using BDB+directory tree full of text > files for storing the installed packages database, and I propose all of > this be replaced by a single SQLite database. Take a look at the pkgjam presentation during the last pkgsrcCon: http://www.pkgsrcCon.org/2007/presentations.html It has merits and disadvantages. Joerg