All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Reiser <reiser@namesys.com>
To: "Ragnar Kjørstad" <reiserfs@ragnark.vestdata.no>
Cc: Russell Coker <bofh@coker.com.au>, reiserfs-list@namesys.com
Subject: Re: Reiserfs with Samba vs NetApp Filer
Date: Sun, 13 Oct 2002 20:36:56 +0400	[thread overview]
Message-ID: <3DA9A128.5000206@namesys.com> (raw)
In-Reply-To: 20021013181003.D24037@vestdata.no

Ragnar Kjørstad wrote:

>
>I think there the linux filesystems possible implement two very distinct
>features:
>- an (transactional?) object store (like the reiserfs tree)
>- and special objects; like directories, "inodes", EAs and so on
>
>I know that in some filesystems the distinction is not so clear (e.g. in
>ext2 where inodes have their specific place in the object-store).
>
>But my point is; would it not make sense to split up the filesystem-code
>(for the filesystems that would allow it) in the two parts mentioned
>above? Lustre is not alone in wanting a more low-level interface to the
>disk - I think this is very simular to the interface that squid uses, is
>it not?
>
>
>
>  
>

I was about to suggest to Andreas that his implementation on top of 
reiserfs is likely to be very inefficient unless he does something 
similar to our squid for reiserfs code (sponsored by someone who didn't 
continue sponsoring in the typical dotcom "more than nine months, no 
investor wants to wait that long for a return, give me a shorter 
timeline than that" fashion).

Andreas, very briefly, you want to find things in reiserfs by their 
keys, and you have no need for any directory entries at all, and having 
those directory entries will add substantial overhead.  Your metadata 
manager can probably track references, and if so there is no need for 
the FS to track it.

Unless you cut out directories you might even find that ext3 performs 
better because you can do lookups by inodes efficiently, and we can only 
do lookups by keys efficiently.

Hans


  parent reply	other threads:[~2002-10-13 16:36 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-10  7:01 Reiserfs and recovering from the format action Fabrizio Morbini
2002-10-10  1:48 ` Reiserfs with Samba vs NetApp Filer darren
2002-10-10 14:58   ` Philippe Gramoullé
2002-10-10 17:31     ` Hans Reiser
2002-10-10 17:53       ` Philippe Gramoullé
2002-10-10 18:02         ` Hans Reiser
2002-10-10 18:57           ` Dieter Nützel
2002-10-10 19:00             ` Dieter Nützel
2002-10-11 10:40         ` Lars Marowsky-Bree
2002-10-11 10:54           ` Philippe Gramoullé
2002-10-11 12:34             ` Adrian Phillips
2002-10-11 13:05               ` Philippe Gramoullé
2002-10-12 14:34             ` Heinz-Josef Claes
     [not found]       ` <200210112022.27319.russell@coker.com.au>
2002-10-11 20:00         ` Hans Reiser
2002-10-12  8:52           ` Russell Coker
2002-10-12  9:59             ` Hans Reiser
2002-10-14  2:21               ` Reiserfs with Samba vs NetApp Filer (purely performance) darren
2002-12-14 21:19                 ` Hans Reiser
2002-12-14 22:34                   ` Richard Sharpe
2002-12-14 23:11                     ` Ragnar Kjørstad
2002-12-14 23:21                       ` Hans Reiser
2002-12-15  2:13                         ` Richard Sharpe
2002-12-15  2:09                       ` Richard Sharpe
     [not found]             ` <20021012150028.G14731@vestdata.no>
2002-10-12 14:00               ` Reiserfs with Samba vs NetApp Filer Russell Coker
2002-10-12 14:47                 ` Adrian Phillips
2002-10-12 21:55                 ` Hans Reiser
2002-10-12 22:29                   ` Andreas Dilger
2002-10-13  1:23                     ` Hans Reiser
2002-10-13  6:38                       ` Andreas Dilger
2002-10-13 13:48                         ` Hans Reiser
2002-10-13 15:46                           ` Andreas Dilger
     [not found]                             ` <20021013181003.D24037@vestdata.no>
2002-10-13 16:36                               ` Hans Reiser [this message]
2002-10-14  3:50                                 ` Andreas Dilger
2002-10-14 10:48                                   ` Hans Reiser
2002-10-12 23:02             ` The Amazing Dragon
2002-10-12 23:27               ` Russell Coker
     [not found]                 ` <20021013020800.T14731@vestdata.no>
2002-10-13  1:39                   ` Hans Reiser
2002-10-13  6:52                 ` The Amazing Dragon
     [not found]               ` <20021014175909.GA10292@tapu.f00f.org>
2002-10-14 20:52                 ` Russell Coker
2002-10-14 21:24                   ` Dieter Nützel
     [not found]                   ` <20021014225812.GA11337@tapu.f00f.org>
2002-10-15 12:57                     ` Russell Coker
2002-10-15 13:42                       ` Hans Reiser
2002-10-15 14:46                         ` Russell Coker
2002-10-15 13:43                       ` Hans Reiser
2002-10-10 11:31 ` Reiserfs and recovering from the format action Oleg Drokin

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=3DA9A128.5000206@namesys.com \
    --to=reiser@namesys.com \
    --cc=bofh@coker.com.au \
    --cc=reiserfs-list@namesys.com \
    --cc=reiserfs@ragnark.vestdata.no \
    /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.