• bwelch42 - Tuesday, February 6, 2018 6:44 PM

    While our VMs were using the same disk, we found significant benefits from placing data, log, tempdb data, and tempdb log files on separate drives.  It appears that the Windows OS views them differently when on separate drives and this in turn greatly reduces disk latency. 
    For some instances, we found it very helpful to create multiple data drives and spread data across them, spreading the I/O work, essentially.

    When you say "separate drives", are you talking about actual physically different drives or not?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)