P
Peter Olcott
I have an idea to construct a disk array that can provide
2400 MB / second read performance and provide the
reliability of RAID 1 mirroring. All that I need to know is
how to directly hook up 24 drives to a single workstation.
I have a need for a system that can read 1.6 GB files
directly into memory in one second or less. What I need is a
sort of virtual memory system with a variable page size of
at least 500MB. I only need to be able to read these files
quickly, writing them can be at single disk write speed.
If I can connect 24 drives up to a single workstation, I can
read 1/24th of the file sized increments into a single
memory buffer at 1/24th of the file sized offsets. This
would only require a single seek per drive. If these drives
each provide 100 MB per second sustained read performance,
then the drives can read at about the maximum speed that RAM
can be written to.
The missing piece of this plan is knowing the best hardware
combination to use, and whether or not any existing hardware
combination will meet these requirements.
2400 MB / second read performance and provide the
reliability of RAID 1 mirroring. All that I need to know is
how to directly hook up 24 drives to a single workstation.
I have a need for a system that can read 1.6 GB files
directly into memory in one second or less. What I need is a
sort of virtual memory system with a variable page size of
at least 500MB. I only need to be able to read these files
quickly, writing them can be at single disk write speed.
If I can connect 24 drives up to a single workstation, I can
read 1/24th of the file sized increments into a single
memory buffer at 1/24th of the file sized offsets. This
would only require a single seek per drive. If these drives
each provide 100 MB per second sustained read performance,
then the drives can read at about the maximum speed that RAM
can be written to.
The missing piece of this plan is knowing the best hardware
combination to use, and whether or not any existing hardware
combination will meet these requirements.