9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: pavelcak@gmail.com,
	"Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net>
Subject: Re: [9fans] Venti arenas and index guidelines
Date: Mon, 28 Jul 2008 17:31:22 -0400	[thread overview]
Message-ID: <ee9e417a0807281431l5a38be7dg9edb952f352ee582@mail.gmail.com> (raw)
In-Reply-To: <6256dcf20807281418h55ffe4d8o1eadae8d807df3bd@mail.gmail.com>

> I have a fossil on an 18G hard drive, which from what I've seen, is
> probably a much larger fossil than I need. However, I wasn't planning
> on changing it unless it's really trivially easy to do so. I also have
> another 18G drive and two 50G drives. I thought the thing to do would
> be to mirror the 50G drives for venti arenas and that would leave the
> 18G drive for isects (and bloom?).

Venti is much less sensitive to disk seek times than it once was.
(See http://swtch.com/~rsc/papers/fndn/ and s/Foundation/Venti/g.)
So to a first approximation, it basically doesn't matter what you do.

Mirroring is a good idea; that's a good argument for putting the
data on the 50G pair.  You could also put the isect and bloom filter
there, to keep the setup simple.  You only need 5% = 2.5G for
index; 18G is overkill.  The bloom filter helps most when you are
first initializing the venti, and for that it can be small (64MB is
probably plenty).

Russ


      reply	other threads:[~2008-07-28 21:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-28 21:18 Gregory Pavelcak
2008-07-28 21:31 ` Russ Cox [this message]

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=ee9e417a0807281431l5a38be7dg9edb952f352ee582@mail.gmail.com \
    --to=rsc@swtch.com \
    --cc=9fans@9fans.net \
    --cc=pavelcak@gmail.com \
    /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).