Performance Tuning SQL - How?

后端 未结 4 2165
终归单人心
终归单人心 2020-12-25 09:21

How does one performance tune a SQL Query?

  • What tricks/tools/concepts can be used to change the performance of a SQL Query?
  • How can t
4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-25 10:23

    Of course you also need to know the difference between these 3 join

    loop join, hash join, merge join

    see here: http://msdn.microsoft.com/en-us/library/ms173815.aspx

提交回复
热议问题