From: Tom Vier <tmv@comcast.net>
To: Scott Young <youngs1@sunyit.edu>
Cc: reiserfs-list@namesys.com
Subject: Re: Can compression at filesystem level improve overall performance?
Date: Mon, 29 Mar 2004 23:53:59 -0500 [thread overview]
Message-ID: <20040330045359.GA22957@zero> (raw)
In-Reply-To: <1080617661.31924.91.camel@localhost.localdomain>
On Mon, Mar 29, 2004 at 10:34:36PM -0500, Scott Young wrote:
> This is what the repacker is for. It squeezes slums together to
> increase fanout (and therefore decrease number of seeks), and eventually
> some other compression methods may be implemented to speed up total
> throughput.
a little off topic, but
an online defragger is an interesting idea. i think i remember the topic
coming up for ext2 along time ago. iirc, reiserfs can lose performance over
time (usage, actually), too.
> It probably does, but it's not particularly easy for the webserver
why not? it just sends the gzip file (or runs gzip, if there isn't a cached
.gz version). i've noticed that when i use lynx now, it often says it's
using ~/tmp/*.gz, so i think many sites are now using it. dynamic content is
another issue, but that's just an issue of what's the cheapest way to get
the data to the user, buy more throughput or buy more cpu.
> developers. How do they know if the uncompressed version of a file has
> changed? It's much more complicated to do this in an application that
> can not easily detect file changes.
mtime. 8)
> > i dunno about doing all this in the kernel. as it is, i wish the kernel
> > wasn't so complicated. 8) what about a preload lib that puts everything
> > through bitkeeper or cvs?
>
> I don't quite understand what you mean about putting things through
> bitkeeper or cvs, but it would probably be good to implement (at least
i meant all the versioning stuff. bitkeeper seems fairly complicated, and i
wouldn't want that in the kernel.
> part of) this in VFS, as a replacement for VFS, as a new layer
> underneath VFS, or as a module in VFS. Why complicate the filesystem
> code (except to maybe send higher-level instructions to the FS so the FS
> can optimize its execution of those instructions, like sending the
i think someone recently announced (or proposed) a user mode fs interface.
that would be nice for things like this (if you insist on putting it all in
the fs 8).
> instruction "copy A to B" to the FS so the FS can do copy-on-write
> instead of having to take a bunch of "read this from A" and "write this
> to B" instructions that have the same effect)?
yeah, cow would be neat.
> > ide's can do this. and do you really want to have it run every time you
> > save? i save often, many times when i know there are going to be problems
> > cuz i haven't finished what i'm working on.
>
> No, it would compile when you access the executable and it realizes that
> it's source files have changed, and there could be a usespace program
> (running at nice level 20) that propagates recent changes.
you could just alias cmd="make && cmd".
> There would also be no need for a makefile, since all of that
> information would be stored in the instructions to create the derived
but what format would they be in? how would you describe all the
dependencies? you'd end up with something just like a makefile. now you've
moving make into kernel.
> executable. It would also be trivial to generate the makefile by
> running a program that uses the stored instructions in the derived
> executable to generate the makefile. Wouldn't it be nice to have your
> makefile generated as you compile the code? It would be good if the
> system could store and express things that are somewhat evident from the
> user's actions.
ide's can generate makefiles, i think (i only use emacs).
--
Tom Vier <tmv@comcast.net>
DSA Key ID 0x15741ECE
next prev parent reply other threads:[~2004-03-30 4:53 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-19 14:25 Can compression at filesystem level improve overall performance? Erik Terpstra
2004-03-19 16:29 ` Redeeman
2004-03-19 16:53 ` Nikita Danilov
2004-03-21 14:29 ` Sean Johnson
2004-03-21 23:17 ` Can compression at filesystem level improve overall The Amazing Dragon
2004-03-21 23:23 ` Sean Johnson
2004-03-22 9:14 ` Hans Reiser
2004-03-22 8:01 ` Can compression at filesystem level improve overall performance? Kris Van Bruwaene
2004-03-22 18:00 ` Scott Young
2004-03-22 20:04 ` Hans Reiser
2004-03-23 3:03 ` Scott Young
2004-03-23 10:59 ` Hans Reiser
2004-03-24 16:19 ` Scott Young
2004-03-29 5:25 ` Tom Vier
2004-03-29 5:16 ` Tom Vier
2004-03-30 3:34 ` Scott Young
2004-03-30 4:53 ` Tom Vier [this message]
2004-03-31 4:51 ` Scott Young
2004-04-08 21:46 ` Tom Vier
2004-04-08 11:47 ` Stewart Smith
2004-03-19 18:59 ` Hans Reiser
2004-03-23 0:17 ` Miguel
[not found] <no.id>
2004-03-24 0:08 ` The Amazing Dragon
2004-03-24 0:12 ` Alan Horn
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=20040330045359.GA22957@zero \
--to=tmv@comcast.net \
--cc=reiserfs-list@namesys.com \
--cc=youngs1@sunyit.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 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.