what is lazy writer?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I view a procedure in sql server?

748


what is a self join? : Sql server database administration

691


How to get a list of columns in a view using the "sp_columns" stored procedure?

790


What are the different types of lock modes in sql server 2000?

639


List out different types of normalizations in sql server and explain each of them?

714






Explain what is log shipping?

811


what is denormalization? : Sql server database administration

652


Explain log shipping and mention its advantages.

779


How to set a database state to offline in ms sql server?

714


What are data driven subscriptions?

95


What are the restraints imposed on the table design by a merge replication?

787


What is default constraint in ms sql server?

712


What is the openxml statement in sql server?

723


What do you mean by an execution plan? How would you view it?

687


what purpose does the model database serve? : Sql server database administration

670