9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: William Josephson <kjw@eecs.harvard.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] venti workalike in Python
Date: Wed, 10 Dec 2003 17:52:12 -0500	[thread overview]
Message-ID: <20031210225212.GA62767@mero.morphisms.net> (raw)
In-Reply-To: <055001c3bec1$6a449170$6739a8c0@hpn5415>

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.


  parent reply	other threads:[~2003-12-10 22:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-10  2:00 John E. Barham
2003-12-10  2:31 ` Russ Cox
2003-12-10  2:51   ` Geoff Collyer
2003-12-10 22:52 ` William Josephson [this message]
2003-12-11  7:20 ` John E. Barham
2003-12-11  9:46 ` John E. Barham
2003-12-11 16:23   ` Russ Cox
2003-12-10 12:11 Geoff Collyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031210225212.GA62767@mero.morphisms.net \
    --to=kjw@eecs.harvard.edu \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).