
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
200 concurrent streams on a high-end box
mflorell wrote:Gigabit ethernet is unnecessary, regular 100Mb full duplex will handle hundreds of streams with no problem.
> 1) When should RAID 5 be implemented?
- When you want maximum storage capacity per disk
(the more disks, the better)
- When you have largely read-only data
- When much of your read-only data is in a database
- When you have buffering RAID hardware
RAID-5 acts like RAID-0 during reads.
But during writes RAID-5 can get bogged down in commits and requires a
lot of buffer.
7) What are the disadvantages of using RAID 5 vs. RAID 10?
Write performance, especially on a direct, block device like [S]ATA.
Unless you are building a web server where all you'll be doing is
reading 99.9% of the time, I recommended highly against RAID-5.
And even when building a web server, I still recommend the "system"
drive be RAID-10. E.g., with an 8-channel controller, consider:
- 4-disc RAID-10 System
- 3-disc RAID-5 Data
- 1-disc Hot Spare (which can be used for _either_
With a 12-channel controller, make the RAID-5 data volume 7-discs.
ramindia wrote:Hi
thats explaination is intresting
How about if the same server using for mysql and recordings
( i was reading some documents, they says to deploy RAID10) for both.
I belive some of intresting want to share with people
but still confused what need to be used, can some one confirm
what are their experinces with RAID's using in live setup.
ram
Users browsing this forum: No registered users and 108 guests