|
Either of those
configurations would work depending on what performance you would need.
For optimal configuration, you first want to separate the I/O stream for Log
files. That's because they tend to be very write expensive and they are
typically sequential I/O. Separating that to a separate I/O stream to a
high-speed write set of spindles, provides the first greatest performance
benefit. In other words, RAID 5 won't provide the same level of
performance since you typically get a 4x increase in write latency with RAID 5
vs. 0. Putting the db on either RAID 5 or 1 is going to give similar
results in the low-end, but likely would get faster response in the high-end due
to splitting the data across spindles. RAID5 is read optimized up to a
certain number of disks.
I think in your case,
given the parameters and limitations without knowing how large you need to scale
a single DC, the three mirror set would be my choice. With Active
Directory it's often better to scale out than scale up for DC's. If you
need that extra bit of performance, you may want to consider using a separate
enclosure and a RAID 5 or 0+1 configuration for your DB's.
My 0.02 (USD)
anyway.
Al From: Nathan Casey [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 11:38 AM To: [EMAIL PROTECTED] Subject: [ActiveDir] disk configuration I have a question about the best way to separate the
AD DB and AD log files. Any advice would be appreciated. |
- [ActiveDir] disk configuration Nathan Casey
- [ActiveDir] disk configuration Nathan Casey
- RE: [ActiveDir] disk configuration Mulnick, Al
- RE: [ActiveDir] disk configuration Depp, Dennis M.
- RE: [ActiveDir] disk configuration simon.geary
- RE: [ActiveDir] disk configuration Brian Desmond
