@FishAk: as far as i know, only FreeBSD's geom_mirror with 'load-balance' or 'round-robin' algoritm would actually enhance RAID1 read performance. Virtually all other RAID1 implementations just show single disk read performance. Write performance would likely always be that of single disk, though also here RAID1 allows potential which no implementation uses.
RAID is great, but it's just a spec on how the data is spread over several disks. The actual implementations dictate what kind of performance potential is actually used and how reliable it is.
For example, RAID can increase reliability, but also decrease it. You are adding another layer to your chain of storage which can fail. And when it does, it will either temporarily or permanently prevent you access to your data. That can also happen without either disk failing, which makes a single RAID1 without backup much less reliable than many expect it to be.
Always go for a backup, is my advice. Though that still leaves the possibility to use RAID on either of them. But the less things the backup and original share, the better.