Raid for a data warehouse

  • Hi,

    I am currently in the process of building the requirements for a new SQL server (hopefully 2012) for our data warehouse. To optimize our disks IO I am thinking about this disks configurations:

    OS and SQL binaries RAID 0

    Data files on RAID 1 or 10

    Tempdb on RAID 0 (maybe SSD)

    IDX on RAID 1 or 10

    Log file on Raid 1 or 10

    SSAS databases/cubes on SSD

    Thoughts, recommendations, suggestions?

    Thanks,

  • I meant OS and SQL binaries RAID 1

  • This has been a subject of great debate and opinions, but I would suggest RAID 5 or RAID 50 for the data files in order to best obtain read performance.

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • You'd really have to test performance, but I certainly wouldn't use RAID0 anywhere in my infrastructure. Can you really afford for your data warehouse to be offline because a single drive failed?



    Shamless self promotion - read my blog http://sirsql.net

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply