Proper UNIX FS, ISC disk performance <was: Disk benchmark (long)>
Ray Shwake
shwake at raysnec.UUCP
Tue Oct 16 13:09:22 AEST 1990
shawn at jdyx.UUCP (Shawn Hayes) writes:
>What I would like to find is either
>a version of UNIX that has better disk performance capabilities( perhaps by
>putting the inode and the file data at the same point on the disk) or another
>way of accessing/updating the data that avoids the inode update penalty.
Ah, but then it wouldn't be a proper UNIX filesystem. In the latter,
the inodes go in the superblock, while the data goes in the data block.
> I suspect that the two updates required in Unix explain why OS/2 can
>give a performance of up 3 times what AIX 1.2 shows. If anyone knows of a
>method of improving file performance or of a Unix that gives increased file
>performance over AIX please speak up. I'd really rather work on a Unix
>system than OS/2 but disk performance is critical for our application.
I've been quite impressed with Interactive's latest UNIX, which
implements a Fast Filesystem (unlike the Berkeley version, ISC's *is*
System V compatible). The 'bench' program published last year in UnixWorld
tests out on my system at twice as fast as SCO UNIX; this probably results
from the minimal fragmentation under real world conditions using ISC.
(This result was confirmed using 'fsanalyze'. SCO die-hards, kindly
redirect flames to /dev/null.)
More information about the Comp.unix.sysv386
mailing list