All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jörn Engel" <joern@logfs.org>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: Lee Revell <rlrevell@joe-job.com>,
	Stefan Monnier <monnier@iro.umontreal.ca>,
	linux-kernel@vger.kernel.org
Subject: Re: Treat disk space like memory space
Date: Fri, 16 Nov 2007 20:34:32 +0100	[thread overview]
Message-ID: <20071116193432.GD17372@lazybastard.org> (raw)
In-Reply-To: <473DE1B4.8090703@zytor.com>

On Fri, 16 November 2007 10:30:12 -0800, H. Peter Anvin wrote:
> 
> This, by the way, has been discussed on and off -- often in the context 
> of undelete (which is an identical problem.)  The problem usually is 
> that performance of real storage users suffer because of locality 
> issues.  However, flash storage doesn't have locality requirements...

It does, although significantly less so than disks.  Read latency is
typically between 100x and 1000x less than disk latency.

Another argument against this is that free space directly translates to
speed, both for disks and flash.  Disk filesystems fragment like hell if
the disk is constanly near-full and flash filesystems require a lot more
garbage collection overhead.

Jörn

-- 
To my face you have the audacity to advise me to become a thief - the worst
kind of thief that is conceivable, a thief of spiritual things, a thief of
ideas! It is insufferable, intolerable!
-- M. Binet in Scarabouche

  reply	other threads:[~2007-11-16 19:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-15 22:24 Treat disk space like memory space Stefan Monnier
2007-11-16  0:03 ` Wes Felter
2007-11-16  0:24 ` Lee Revell
2007-11-16 18:30   ` H. Peter Anvin
2007-11-16 19:34     ` Jörn Engel [this message]
2007-11-23 14:28 ` Pavel Machek

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=20071116193432.GD17372@lazybastard.org \
    --to=joern@logfs.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=rlrevell@joe-job.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.