What would happen if I did a raid on a SSD and an HDD

hard driveraidraid1software-raidssd

I am building another server (cheap) and would like to go with a 256GB SSD drive for my boot and data. This will be enough for my needs, but just having one SSD scares me for a couple of reasons.

If I did a mirror raid with a SSD and an HDD, what would happen?

How much would it slow down the raid on read? Would it read from the faster source?

How much would it slow down the write? Would it wait until writes were sent to both the SSD and the HDD?

Does anybody see an advantage in doing this?

I found this question, but I think it is slightly different:
SSD redundancy via HDD

Best Answer

A self-speaking excerpt from man mdadm:

   -W, --write-mostly
          subsequent  devices  listed in a --build, --create, or --add command will be flagged as 'write-mostly'.  This is valid for RAID1
          only and means that the 'md' driver will avoid reading from these devices if at all possible.  This can be useful  if  mirroring
          over a slow link.
Related Topic