Re: Journaling UFS with gjournal.

From: Mike Jakubik <mikej_at_rogers.com>
Date: Tue, 20 Jun 2006 15:20:49 -0400
Pawel Jakub Dawidek wrote:
> Copying one large file:
> UFS:		8s
> UFS+SU:		8s
> gjournal(1):	16s
> gjournal(2):	14s
>
> Copying eight large files in parallel:
> UFS:		120s
> UFS+SU:		120s
> gjournal(1):	184s
> gjournal(2):	165s
>
> Untaring eight src.tgz in parallel:
> UFS:		791s
> UFS+SU:		650s
> gjournal(1):	333s
> gjournal(2):	309s
>
> Reading. grep -r on two src/ directories in parallel:
> UFS:		84s
> UFS+SU:		138s
> gjournal(1):	102s
> gjournal(2):	89s
>   

Not to sound ungrateful for the work, which i am, this is great! But the 
performance impact seems rather large to me. Does the presence of 
journaling mean that we could perhaps mount the filesystems async? Does 
it eliminate the need for softupdates?
Received on Tue Jun 20 2006 - 17:20:59 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:57 UTC