Re: [zfs-discuss] patch making tar multi-thread

2007-01-25 Thread Robert Milkowski
Hello Thomas, Thursday, January 25, 2007, 8:21:55 PM, you wrote: TMK> Hi everybody, TMK> many people, like myself, tested the performance of the ZFS TMK> filesystem by doing a "tar xf something.tar". Unfortunately, ZFS TMK> doesn't handle this workload pretty well as all writes are being TMK> ex

[zfs-discuss] patch making tar multi-thread

2007-01-25 Thread Thomas Maier-Komor
Hi everybody, many people, like myself, tested the performance of the ZFS filesystem by doing a "tar xf something.tar". Unfortunately, ZFS doesn't handle this workload pretty well as all writes are being executed sequentially. So some people requested a multi-threaded tar... Well, here it come