SQL Server performance with many concurrent, long-running queries

前端 未结 5 1222
时光取名叫无心
时光取名叫无心 2021-02-02 01:32

I\'m wondering how executing many long-running queries simultaneously will impact SQL Server\'s ability to service each query in a timely fashion.

[Edit]

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-02 01:53

    Performance will generally linearly deteriorate, unless you start to hit significant i/o issues.

    However, the proof is in testing your queries singularly and in parallel, and monitoring the SQL Server statistics.

提交回复
热议问题