> I can't see how you'd notice it at all
I know with certainly that I would "notice it"
We copy each drive image of the C: system partition
to all other partitions -- for the sake of redundancy.
Not only does the initial WRITE task take several minutes;
"scattering" that newly created drive image to all other
partitions also takes a lot of time.
Another important speed difference will be routine
STARTUP and SHUTDOWN. We operate on our
12GB HTML database using a ramdisk managed
by RamDisk Plus from SuperSpeed, LLC.
That ramdisk is saved to permanent storage
at each SHUTDOWN, and restored from permanent storage
at each STARTUP.
Right now, that saved ramdisk image is hosted on
4 x Hitachi 2.5" 15,000 rpm HDDs, and they deliver
about 600 MB/second.
If/when we upgrade to 4 x Samsung 850 Pro SSDs in RAID-0,
the speed of those drive image SAVEs and RESTOREs
should triple to about 1,800 MB/second.
A RAID-0 of 4 x 2.5" NVMe SSDs should make those
tasks that much faster.
Then, there are other performance tweaks that would
be easy e.g. moving pagefile.sys to such a super fast RAID-0.
Hope this helps.
MRFS
I know with certainly that I would "notice it"
We copy each drive image of the C: system partition
to all other partitions -- for the sake of redundancy.
Not only does the initial WRITE task take several minutes;
"scattering" that newly created drive image to all other
partitions also takes a lot of time.
Another important speed difference will be routine
STARTUP and SHUTDOWN. We operate on our
12GB HTML database using a ramdisk managed
by RamDisk Plus from SuperSpeed, LLC.
That ramdisk is saved to permanent storage
at each SHUTDOWN, and restored from permanent storage
at each STARTUP.
Right now, that saved ramdisk image is hosted on
4 x Hitachi 2.5" 15,000 rpm HDDs, and they deliver
about 600 MB/second.
If/when we upgrade to 4 x Samsung 850 Pro SSDs in RAID-0,
the speed of those drive image SAVEs and RESTOREs
should triple to about 1,800 MB/second.
A RAID-0 of 4 x 2.5" NVMe SSDs should make those
tasks that much faster.
Then, there are other performance tweaks that would
be easy e.g. moving pagefile.sys to such a super fast RAID-0.
Hope this helps.
MRFS