Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Best Partitioning Scheme for stand alone MS-SQL (stabitily & performance)

sip03ds

New Member
Messages
4
Reaction score
1
Points
3
Hi,

In my humble opinion, and based on the fact you have numerous hard disks/disk arrays for partitioning, the best partitioning scheme for MS-SQL is the following:
  1. One partition for OS (C)
  2. One partition for the SYS_DB (D)
  3. One partition for the DB files (E)
  4. One partition for the DB_LOG files (F)
  5. One partition for the TEMP_DB files (G)
  6. One partition for the TEMP_LOG_DB files (H)
In this manner you can separate database from log files that will allow you to perform point in time recovery in case DB crashes.
Moreover, separate disks allow optimized I/O thus increase performance.

What is your opinion on the case?
 

Forum statistics

Threads
7,043
Messages
27,535
Members
17,729
Latest member
ironmonkey

Trending content

Back
Top