Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
Muss man nicht unbedingt - da dort keine Paritätsdaten berechnet werden, bringt ein leistungsfähiger Controller in dieser Hinsicht keine Vorteile, es genügt im Grunde auch ein Software-Raid.Sollte man bei RAID 10 auch auf einen ordentlichen Hardware Controller setzen??
woher weis ich wieviel Kanäle ich brauche bei einem Controller??
oh ja bei SATA klar, aber mir ging es jetzt eher um SAS da kann man ja an ein Kanal mehrere Platten hängen?
Für komplexe Datenbanken zählt die Zugriffszeit und noch der Cache des Controllers...
Die Zugriffszeit bekommst du nur durch schnellere HDDs kleiner, oder durch SSDs, ansonsten bringt dir das Raidlevel bzw. die Anzahl der HDDs da gar nix.
bei anstaendigen controllern kann raid1 unter last (im read) 2,5x so schnell sein dank raid1 read balancing.
Das stimmt zwar, nur bringt ihm das in seinem Fall recht wenig, weil eben nur die Datenrate steigt, aber die viel wichtigere Zugriffszeit nicht ansteigt...
With bonnie, I do 1024 16k direct-IO reads/writes on the partition with 8 threads (1024/8 = 128 IOs per thread)
Random read single drive: 10 sec
Random write single drive: 19 sec
Random read (Raid 0): 6 sec
Random write (Raid0): 11 sec
Random read (Raid 1): 3.5 sec
Random write (Raid 1): 17.5 sec
If you want the best performance and assurance against disk failure go with hardware based RAID10 with multi-read capability (the ability to read/write from any disk in the array that isn’t busy). If you want to minimize disks purchased but maximize protection from failure and don’t have much worry about performance go with RAID5. If you are totally paranoid about disk failure go with RAID50. In order of cost for the same capacity (size wise), RAID5, RAID10/01, RAID50, in order of performance, RAID10/01,RAID5/50 and in order of protection level, RAID50, RAID10, RAID5, RAID01.
In Summary
Use RAID10 when possible, RAID5 if it is not. Size the array based on IO needs first, then storage capacity and you can’t go wrong.