What is lock escalation?
Answer / swapna
Lock escalation is the process of converting a lot of low
level locks (like row locks, page locks) into higher level
locks (like table locks). Every lock is a memory structure
too many locks would mean, more memory being occupied by
locks.
To prevent this from happening, SQL Server escalates the
many fine-grain locks to fewer coarse-grain locks. Lock
escalation threshold was definable in SQL Server 6.5, but
from SQL Server 7.0 onwards it's dynamically managed by SQL
Server.
| Is This Answer Correct ? | 6 Yes | 1 No |
How to list all tables having unique constraints in any of the columns in a database.
What command is used to delete a table from the database in the sql server and how?
What are the mathematical functions supported by sql server 2005?
plss anybody specify tha constrian management system in dbms
How to count rows with the count(*) function in ms sql server?
Why olap is used?
what is the difference between Delete and Truncate command in SQL
What are the steps need to be take improve the speed of a SQLDATA Server?
What is user stored procedure & it purpose?
Can you please differentiate between a primary key and a unique key?
optimization techinques
What do you understand by replication in sql server? Mention the different types of replication in sql server.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)