On Mon, 29 Oct 2007 17:44:52 EDT, Lennart Sorensen said:Sorry for the late reply, it's been a zoo of a week here... ;) And most executables. There's a reason why my vmlinux files are 11M and my vmlinuz files are 2m. :) IBM's AIX supported file system compression on the JFS filesystem years ago. I was able to get up to 30% throughput increases by converting the /usr filesystem to compressed - because even a 33mhz Power chipset could read in 5 512-byte blocks and decompress it to the original 4K faster than the disk could read in 8 512-byte blocks. Oh, and it worked for compression on r/w workloads as well - that was one of the ways to get a RS6K model 250 (which was a PowerPC601 chipset, a dead heat with a Mac 6600 (same chipset, same clock) to handle a million e-mail msgs/day - even /var/spool/mqueue worked better. Given that today there's an even *bigger* disparity in CPU speed versus disk speed, I'd be surprised if it doesn't help today too. As a first try, you might consider compressing each 4K filesystem block in-place, and only write as many sectors as the compressed takes (with the obvious fix for the pathological "grows with compression" case of "just write it without"). Probably even more wins can be found if you find a way to store the compressed chunks in a way that minimizes seeks, but that's a filesystem design issue and probably a too-large project (It's easy to do the stupid way - just store the whole file as compressed - the tough part is doing it and not making lseek() *too* painful. Trying to figure out where in a .gz file byte 65536... ouch. ;)
| Jeff Garzik | [PATCH 1/9] irq-remove: core |
| Jamie Lokier | Re: POHMELFS high performance network filesystem. Transactions, failover, performa... |
| Dave Young | Re: 2.6.24-rc3-mm1 |
| Willy Tarreau | Re: From 2.4 to 2.6 to 2.7? |
git: | |
| Dan Miner | Compilation speeds (was Re: No patchlevel 3.} |
| Ian Jackson | RFD: comp.os.linux split |
| X X | X11 GIf viewer somewhere? |
| root | Broken pipe when using reboot/halt, etc. |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
