I can get way more than a factor of 4. I can get a factor of 4 with good SCSI drives, and with raid0 a factor of 8 if you have 8 drives. I usually do a demo for students on my office box copying an 8 gb file, that takes a few seconds, as opposed to a _long_ time on my SATA2 laptop even though my laptop is a far faster machine, processor/memory wise...BBauer wrote:You are right.
To my knowlege SATA gives up to 90 MB/sec.
But even if you get a factor of 4 for SCSI and raid0 this is still *slow* compared with memory access.
By the way, what happens if several threads try to access the same tb?
Does this leads to an even more significant slow down?
Here is a test position:
Study by Awerbach
FEN: 2k2K2/8/pp6/2p5/2P5/PP6/8/8 w - - 0 1
kind regards
Bernhard
The problem seems to be that it is not easy to get multiple SATA drives busy at once, where with scsi it is quite natural and easy to accomplish.
But with EGTBs we have to read in fairly large chunks before decompressing them, making the bandwidth just as important as the latency. I have a 1gb flash drive I can test with, but the last time I did, I was not impressed with its read/write speeds at all, particularly its write speed...