SQL disk config

  • Hello - I need to approve a SQL disk configuration - I know it is best to put data, logs and tempdb on seperate drives but not sure how to determine size.

    This is what was suggested by project manager...

    E:\ Data - 10 TB

    F:\ Logs - 5 TB

    G:\ TempDB - 5 TB

    The software is websense and tracks we activity so it will be writing a lot of records.

    What is the best way to determine how to size the drive for logs and tempdb?

    Thanks in advance

    Dave

  • NJDave (4/19/2013)


    Hello - I need to approve a SQL disk configuration - I know it is best to put data, logs and tempdb on seperate drives but not sure how to determine size.

    This is what was suggested by project manager...

    E:\ Data - 10 TB

    F:\ Logs - 5 TB

    G:\ TempDB - 5 TB

    The software is websense and tracks we activity so it will be writing a lot of records.

    What is the best way to determine how to size the drive for logs and tempdb?

    Thanks in advance

    Dave

    Hi NJDave,

    They shouldn't just be on different partitioned drives but on different disks that are setup in a suitable RAID configuration.

    Regarding disk size, It depends on the current DB size and expected growth and data maintenance.

  • As above, but I usually tend to have dedicated drives for tempdb (data / log) and the swap file (if applicable).

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

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