what is lazy writer?
Answer / samba shiva reddy . m
The job of the lazy writer is to find dirty pages in the buffer pool and write them out to disk and drop those pages from cache. It does this to keep a certain amount of free pages available within the buffer pool for data that may be requested by other queries. The pages that it writes out are ‘older’ pages, ones that haven’t been used for a while.
If there’s lots of available buffers, the lazy writer will be doing relatively little work and the number of pages written to disk will be quite low. If the lazy writer’s consistently writing lots of data, it may indicate that there’s a memory bottleneck.
| Is This Answer Correct ? | 6 Yes | 3 No |
What is 'Join' and explain its various types.
What are the essential components of sql server service broker?
What is an index. What are the types?
What are the differences between char and nchar in ms sql server?
What is plan freezing?
Explain the etl (extraction, transformation, and loading)?
What new changes are being made in SQL Server?
What is exclusive locks?
if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 as it is,how?
What are the various Isolation levels?
What is the openxml statement in sql server?
List out the different types of locks available in sql server?
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)