Emmanuel Briot wrote:
Basically, ALL filesystems which reside on disk are slow,
and all filesystems which reside on random-access
memory (even non-volatile NVRAM such as USB sticks)
are fast.
Well obviously if my hard-disk was slow enough to get what I wanted, I
wouldn't need to ask the question.
You're obviously missing the point of what I wrote.
What makes disk filesystems slow is not the code run on
the CPU...it's the operating speed of the disk-head
actuator.
It's not the filesystem that's slow, it's the DISK DRIVES
that are slow.
The disk I/O bottleneck is not the CPU overhead , it's the
speed which the read/write head can be placed into the proper
track position plus additional waiting for the correct sector
to come around underneath the read/write head.
There are not "slow" filesystems, only slow hard disks.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]