From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 10 Dec 2003 17:52:12 -0500 From: William Josephson To: 9fans@cse.psu.edu Subject: Re: [9fans] venti workalike in Python Message-ID: <20031210225212.GA62767@mero.morphisms.net> References: <055001c3bec1$6a449170$6739a8c0@hpn5415> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <055001c3bec1$6a449170$6739a8c0@hpn5415> User-Agent: Mutt/1.4.1i Topicbox-Message-UUID: 9ee10f64-eacc-11e9-9e20-41e7f4b1d025 On Tue, Dec 09, 2003 at 06:00:41PM -0800, John E. Barham wrote: > I'm not planning on re-implementing venti's arena code but thought that it > would be quick and easy for testing purposes to implement the back-end > storage using something like dbm or, mea culpa, a relational database. (I > added binary type support to the Python extension for SQLite with this in > mind.) Thoughts? I'd use Berkeley DB. In fact I have a small prototype system that does just that using 4K data blocks. For small amounts of data it works fine and I'd expect it to be OK up to at least a hundred gigabytes.