Write caching disable/enable

HSever 141 Reputation points
2021-05-29T19:55:09.043+00:00

On one environment running SQL 2014 Ent, I found in Win 2012 for each drives the Write caching is disabled. The environment is used for DSS, typically running large queries and transactions. I have seen old recommendations to leave this disabled, which we kept in the past Now the system is not HDD based, but our storage is SSD based. Wondering if the recommendations to disable write caching still stands for the new systems, or any experience that you have for actually improving the performance if enabling write caching.

Thank you,

SQL Server Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2021-05-29T20:28:38.087+00:00

    It's probably more a question of the disk controller. It should have some battery backup. These batteries are used to protect the contents of a disk controller's write cache from being lost, in the event of a power-outage.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. Cris Zhan-MSFT 6,661 Reputation points
    2021-05-31T08:41:43.807+00:00
    0 comments No comments

  3. Anonymous
    2021-05-31T12:42:10.68+00:00

    Just checking if there's any progress or updates?

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.