T-Sql - SQL Server 2008

发布于 2024-11-02 22:14:11 字数 37 浏览 0 评论 0原文

我们如何找到 select 语句的成本以及如何提高语句的性能

how can we find the cost of a select statement and how can we improve the performance of a statement

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乞讨 2024-11-09 22:14:11

您可以使用查询的执行计划来查看成本在哪里,以便您可以针对特定领域进行改进。

关于这个主题有很多书,它相当大,所以对于如此广泛的问题只能给出肤浅的答案。

从这篇文章开始 - 第 1 部分第 2 部分 来自 Simple Talk(查找 SQL Server 性能不佳的原因)。

You use the execution plans for the query to see where the costs are so you can target specific areas for improvement.

There are whole books written on this subject, it is rather large so nothing short of a superficial answer can be given for such a broad question.

Start with this article - part1 and part2 from Simple Talk (Finding the Causes of Poor Performance in SQL Server).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文