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 |
Equi join and non equi join is possible with sql server?
Assume,there are three tables in a database, Can i have both primary key and foreign key for each table in the same database?
Explain relational data?
What are the 10 characteristics of data quality?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
How can i change the column name.
13 Answers HCL, Yardi Software,
What are the advantages of having an index on the sql server?
What is difference between rollback immediate and with no_wait during alter database?
optimization techinques
how many non clustered index in sql server 2008,2010,2012
What is the difference between push and pull subscription? : sql server replication
How to provide login information for a new odbc dsn?
Oracle (3253)
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)