本地临时表的默认锁定粒度 - Microsoft SQL Server 2000

发布于 2024-09-26 12:23:40 字数 169 浏览 1 评论 0原文

MSSQL 中本地临时表的锁定粒度是多少?鉴于本地临时表对于会话而言是本地的,并且会话与MSSQL2K中的连接相同,并且无法通过TSQL或其他方式在同一连接上并行执行任何语句或其他代码(我相信),那么直观上,数据库应该在表的生命周期内持有独占表锁。这将避免锁定内存使用和锁定升级。我在任何地方都无法得到明确的答案。是这样吗?

What is the locking granularity used for local temp tables in MSSQL? Given that local temp tables are local to sessions, and sessions are the same as connections in MSSQL2K, and that there is no way to execute any statements or other code in parallel on the same connection through TSQL or other means (I believe), then intuitively the DB should just hold an exclusive table lock for the lifetime of the table. This would avoid locking memory usage and locking escalation. I can't get a clear answer on this anywhere. Is this the case?

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

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

发布评论

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

评论(1

我ぃ本無心為│何有愛 2024-10-03 12:23:40

# 临时表只是一个表,但位于 tempdb 中。由于它是表,因此适用相同的锁定粒度。

A # temp table just a table, but sits in tempdb. The same locking granularity applies because it is a table.

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