> md/RAID1 doesn't guarantee symmetric read IO across members of the pair. > RAID1 isn't for high performance. It's for cheap redundancy. Even > RAID0 can exhibit this behavior if you have a large chunk size and lots > of small files. They tend to align to the first drive in the stripe > because they fit entirely within the chunk. This is why a default 512KB > chunk is insane for most workloads, especially mail servers. raid1 is very very good for parallel read (many threads reading different files) in my tests a high load database server runs better in raid1 than raid10 when it need server many clients in small queries instead big queries and low users (here raid10 runs better) i'm using harddisk not ssd some news in raid1 read algorithm are promissing and i think we will have betters numbers in tests... -- Roberto Spadim Spadim Technology / SPAEmpresarial -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html