摘要
数据库的死锁问题在很大程度上影响着数据库的性能,死锁研究也是数据库性能优化的一个重要方面。本文以SQL Server数据库为例,从一个死锁实例入手,对死锁产生的原因进行深入剖析,然后分析死锁影响数据库性能的原因,最后文章给出了避免死锁的若干方法。
The deadlock problem of database largely affects its performance.Deadlock research is an important aspect of database performance optimization.This paper starts from an instance of a deadlock based on SQL Server,searching for the causes of the deadlock in depth.And then analyze how deadlock affects database performance.Finally,the article shows several methods to avoid deadlock.
出处
《价值工程》
2012年第3期158-158,共1页
Value Engineering
关键词
死锁
数据库性能
优化
deadlock
database performance
optimization