Re: SQL 2005 hardware recommendations



Actually, RAID 1+0 is mirror, then stripe, not the other way around. This is faster performing, more redundant, and faster to rebuild. Take a six disk st for example

RAID 0+1 Disks 1-2-3 are striped and paired woth disks 4-5-6

RAID 1+0 Disks are paired 1-2 3-4 5-6 and the result striped.


If I lose disk 1, I replace it and have to mirror 1 disk back with disk 2 using 1+0. with 0+1, I restripe all three disks.

If I lose disk 1 and 4, RAID 0+1 is broken. RAID 1+0 keeps chugging along. I can even lose disk 5 or 6 and still function.


Disk partitioning is irrelevant for recoverability or performance. It's all one disk set under the covers with exactly the same physical I/O capabilities.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"David" <David@xxxxxxxxx> wrote in message news:B5FC17C7-8C24-4A32-8DAA-A06E4BF17C32@xxxxxxxxxxxxxxxx
Andrew,

Thanks for your help.

When you suggest a "RAID 1+0" configuration, I assume you mean 0 (striping)
first, 1 (mirroring) next. In other words, a mirrored pair of striped sets.

If I opted for purchasing six 36 GB drives, I could use four to make a "RAID
0+1" (as I would write it) 72 GB device. Then, what is the most advisable
way to partition this device? I'm asking with regard to two issues. First,
partitions and sizes particularly for the installation of Windows Server
2003. Second, partitions and sizes for the installation of SQL Server 2005
Express. Are three partitions sufficient or might I want four or more?

Thanks much for any further advice.

David
-------

"Andrew J. Kelly" <sqlmvpnooospam@xxxxxxxxxxxx> wrote in message
news:OuYAATwIIHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
With a database size that small and low usage I don't see any reason not to
use Express. But there are some features that Express does not support and
it has limits on Processors, Memory etc. Just be sure none of those
limitations are an issue with how you plan to use it. It does not sound like
it though. I don't think you will see a difference in having the additional
drives either. If the slots are there I would opt for 4 drives in a raid 1+0
configuration for the best in performance and redundancy.

--
Andrew J. Kelly SQL MVP
Solid Quality Mentors


"David" <David@xxxxxxxxx> wrote in message
news:37011776-AB29-4BE0-A194-75030C87CE8B@xxxxxxxxxxxxxxxx
I must quickly purchase a small server for a client of mine to run SQL
Server 2005. I will be using the Access upscaling tool to migrate the
backend mdb file to SQL Server. I designed my Access application from the
beginning knowing that it will eventually be upscaled to SQL Server.
Thus,
there is both a backend mdb file with data only and a frontend mdb file
with
software, user-interface, etcetera.

The server will be exclusively for running SQL Server, except for very
light
file and print service. Furthermore, there are very few users: 4 or 5 at
most. I hope to use SQL Server 2005 Express Edition since it's free, the
data (after several years) is under 100 MBytes, and there are so few
users.
Is there any reason not to use the Express Edition?

Most important, what's an ideal hard drive configuration. I have the
opportunity to purchase an HP ProLiant ML350 with six 36GB drives. I'd
plan
to make 3 mirrored pairs resulting in three 36 GB volumes on separate
physical devices.

I also have the opportunity to purchase the same machine with three 72GB
drives. With this, I'd make one mirrored pair with a hot spare. Then,
the
multiple volumes would share the same physical device. Since there are so
few users, does it make a darn bit of difference?

In the last analysis, what is the ideal number of volumes (and sizes,
which
I know depends on the DB itself) for Windows Server 2003 and SQL Server
2005
Express (or perhaps Workgroup or Standard if Express is not sufficient).
Thanks for reading through all this. I am very appreciative of any
advice.

Regards,

David





.



Relevant Pages

  • Re: RAID Problem after restore
    ... I understand that your SBS Adaptec RAID ... the Adaptec RAID (mirror) configuration information ... disk 1 is the disk on which the image of disk 0 will be ...
    (microsoft.public.windows.server.sbs)
  • RE: RAID Problem after restore
    ... I understand that your SBS Adaptec RAID ... the Adaptec RAID (mirror) configuration information ... disk 1 is the disk on which the image of disk 0 will be ...
    (microsoft.public.windows.server.sbs)
  • Re: Hardware Recommendations
    ... The Microsoft Whitepaper "Disk Subsystem Performance Analysis for Windows" ... gives a set of criteria where it is appropriate to use RAID 5. ... provides lower performance than a mirror. ... > Interesting enough it doesn't even provide recommendations for RAID1 on ...
    (microsoft.public.exchange.design)
  • Re: RAID Problem after restore
    ... This newsgroup only focuses on SBS technical issues. ... I understand that your SBS Adaptec RAID ... |> create mirror RAID in windows disk management console. ... we need to delete the duplicate partition on disk 1. ...
    (microsoft.public.windows.server.sbs)
  • Re: RAID 1 vs RAID 5 and to the bottom of it !
    ... Minimum disk setup and setting up hot spares ... Dynamic resizing a RAID ... This is RAID 0+1, a mirror or stripes. ... regenerated by reading the parity block when a CRC error occurs. ...
    (comp.sys.ibm.pc.hardware.storage)

Loading