Re: [zfs-discuss] compression=on and zpool attach

2007-09-12 Thread Mike DeMarco
> On 9/12/07, Mike DeMarco <[EMAIL PROTECTED]> wrote: > > > Striping several disks together with a stripe width > that is tuned for your data > > model is how you could get your performance up. > Stripping has been left out > > of the ZFS model for some reason. Where it is true > that RAIDZ will s

Re: [zfs-discuss] compression=on and zpool attach

2007-09-12 Thread Richard Elling
Mike DeMarco wrote: > IO bottle necks are usually caused by a slow disk or one that has heavy > workloads reading many small files. Two factors that need to be considered > are Head seek latency and spin latency. Head seek latency is the amount > of time it takes for the head to move to the trac

Re: [zfs-discuss] compression=on and zpool attach

2007-09-12 Thread Matty
On 9/12/07, Mike DeMarco <[EMAIL PROTECTED]> wrote: > Striping several disks together with a stripe width that is tuned for your > data > model is how you could get your performance up. Stripping has been left out > of the ZFS model for some reason. Where it is true that RAIDZ will stripe > the d

Re: [zfs-discuss] compression=on and zpool attach

2007-09-12 Thread Mike DeMarco
> On 11/09/2007, Mike DeMarco <[EMAIL PROTECTED]> > wrote: > > > I've got 12Gb or so of db+web in a zone on a ZFS > > > filesystem on a mirrored zpool. > > > Noticed during some performance testing today > that > > > its i/o bound but > > > using hardly > > > any CPU, so I thought turning on compre

Re: [zfs-discuss] compression=on and zpool attach

2007-09-11 Thread Dick Davies
On 11/09/2007, Mike DeMarco <[EMAIL PROTECTED]> wrote: > > I've got 12Gb or so of db+web in a zone on a ZFS > > filesystem on a mirrored zpool. > > Noticed during some performance testing today that > > its i/o bound but > > using hardly > > any CPU, so I thought turning on compression would be > >

Re: [zfs-discuss] compression=on and zpool attach

2007-09-11 Thread Mike DeMarco
> I've got 12Gb or so of db+web in a zone on a ZFS > filesystem on a mirrored zpool. > Noticed during some performance testing today that > its i/o bound but > using hardly > any CPU, so I thought turning on compression would be > a quick win. If it is io bound won't compression make it worse? >

Re: [zfs-discuss] compression=on and zpool attach

2007-09-11 Thread Jonathan Adams
On 9/11/07, Dick Davies <[EMAIL PROTECTED]> wrote: > > I've got 12Gb or so of db+web in a zone on a ZFS filesystem on a mirrored > zpool. > Noticed during some performance testing today that its i/o bound but > using hardly > any CPU, so I thought turning on compression would be a quick win. > > I

[zfs-discuss] compression=on and zpool attach

2007-09-11 Thread Dick Davies
I've got 12Gb or so of db+web in a zone on a ZFS filesystem on a mirrored zpool. Noticed during some performance testing today that its i/o bound but using hardly any CPU, so I thought turning on compression would be a quick win. I know I'll have to copy files for existing data to be compressed, s