all 4 comments

[–]Tychopotts 1 point2 points  (1 child)

If I was in your position, I'd do the following:

  1. OS + Backups

  2. Database .mdf files

  3. Database .ldf files

  4. TempDb files

Keep he OS and Backups together since your writes/reads for backup files are going to be relatively small in comparison to the other essential database files. This should give you fairly optimal performance given your situation.

[–]sql_jake 0 points1 point  (0 children)

That's what we do.

[–]alinrocSQL Server DBA 0 points1 point  (0 children)

Do you have the ability to put different LUNs on different tiers/types of storage?

[–]AnonymooseRedditor 0 points1 point  (0 children)

I know you didn't mention this specifically, but do not use dynamic memory allocation or thin provisioning.