Re: SSD & mechanical disc in RAID 1
From: Keld Jørn Simonsen <hidden>
Date: 2010-01-09 19:23:26
From: Keld Jørn Simonsen <hidden>
Date: 2010-01-09 19:23:26
On Sat, Jan 09, 2010 at 09:53:11AM -0800, Wil Reichert wrote:
Has anyone ever tried putting an SSD and a mechanical disc in RAID 1 using write-mostly? The goal would be to extol the speed & latency virtues of an SSD while retaining the integrity of the traditional storage. Would this setup even work as I expect it to?
I think you are better served by trying out RAID10 in the far or offset layouts. RAID1 would per se not gain from the low latency times of SSD. RAID1 should function the same with hard disk as with SSD, and with hard disk it would not make sense to multiplex reading of a file, as skipping and reading a block essentially takes the same time. Best regards Keld