9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: weigelt@metux.de, 9fans@9fans.net
Subject: Re: [9fans] Ideas for gc on venti
Date: Wed, 18 Jun 2008 16:16:35 -0400	[thread overview]
Message-ID: <20080618201548.88DE21E8C1F@holo.morphisms.net> (raw)
In-Reply-To: <20080618193533.GA23589@nibiru.local>

> What do you think about that approach ?

I think you will lose your data.

The greatest strength of venti, and also of
the worm file system, is that once data is written,
those disk blocks are never changed again.
That makes it virtually impossible to lose data
due to software or human errors.  This is no small thing.

Why not just use an ordinary file system?
What benefit are you deriving from using venti
that is making all this rewriting worthwhile?

If it's just that when two people upload the same
file, you don't store it twice, you could just store
files named by their SHA1 hashes in an ordinary
file system.

Russ



  reply	other threads:[~2008-06-18 20:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-18 19:35 Enrico Weigelt
2008-06-18 20:16 ` Russ Cox [this message]
2008-06-18 20:50   ` Enrico Weigelt
2008-06-18 20:32 ` erik quanstrom
     [not found] ` <d39497d76feddcee629a4ea8c7af63d9@quanstro.net>
2008-06-18 20:57   ` Enrico Weigelt
2008-06-18 21:29     ` Bakul Shah
2008-06-18 22:37       ` Skip Tavakkolian
2008-06-18 22:54         ` erik quanstrom
2008-06-19 12:46     ` erik quanstrom
2008-06-19 14:20       ` a
2008-06-19 14:33         ` erik quanstrom

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=20080618201548.88DE21E8C1F@holo.morphisms.net \
    --to=rsc@swtch.com \
    --cc=9fans@9fans.net \
    --cc=weigelt@metux.de \
    /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).