<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lazy writer in sql server 2012 - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/lazy-writer-in-sql-server-2012/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/lazy-writer-in-sql-server-2012/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Thu, 09 Sep 2021 07:24:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>lazy writer in sql server 2012 - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/lazy-writer-in-sql-server-2012/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Lazy writer in Memory ?</title>
		<link>https://www.wikitechy.com/interview-questions/sql/lazy-writer-in-memory/</link>
					<comments>https://www.wikitechy.com/interview-questions/sql/lazy-writer-in-memory/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Sun, 18 Jul 2021 20:31:13 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Allstate Solut interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[Chetu interview questions and answers]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[Conduent interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[difference between checkpoint and lazy writer in sql server]]></category>
		<category><![CDATA[FIS Global Business Solutions India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Genpact interview questions and answers]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[L&T Infotech interview questions and answers]]></category>
		<category><![CDATA[lazy server]]></category>
		<category><![CDATA[lazy spool sql server 2008]]></category>
		<category><![CDATA[lazy writer in sql server]]></category>
		<category><![CDATA[lazy writer in sql server 2008]]></category>
		<category><![CDATA[lazy writer in sql server 2008 r2]]></category>
		<category><![CDATA[lazy writer in sql server 2012]]></category>
		<category><![CDATA[lazy writing]]></category>
		<category><![CDATA[Mindtree interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[Prokarma Softech Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[R Systems interview questions and answers]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[sql lazy writer]]></category>
		<category><![CDATA[sql server lazywriter]]></category>
		<category><![CDATA[Tata Consultancy Service interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[ValueLabs interview questions and answers]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[what is lazy writer in sql server 2008]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=970</guid>

					<description><![CDATA[Answer : Lazy write is an effect caused by the use of a write-back cache...]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="lazy-write" class="color-pink" style="text-align: justify;"><span style="font-family: inherit; font-size: 2rem;">Lazy write</span></h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Lazy write is an effect caused by the use of a write-back <a href="https://forums.wikitechy.com/question/what-is-the-difference-between-cache-and-persist/" target="_blank" rel="noopener">cache</a>. In a write-back cache, data is first written to the cache and then is later (during a particular time such as an idle machine cycle) is written to the disk or memory.</li>
<li>This type of cache is more complex to implement, due to the need to track each locations that have been written over and what needs to be marked as dirty to fix later.</li>
</ul>
</div>
</div>
<div class="text-center row" style="text-align: justify;"></div>
<div class="Content">
<div class="hddn">
<h2 id="lazy-writer-in-memory" class="color-green" style="text-align: justify;">Lazy writer in Memory</h2>
<ul>
<li style="text-align: justify;">Lazy writer is a thread which is present for each NUMA node (and every instance has at least one) that scans through the buffer cache associated with that node.</li>
<li style="text-align: justify;">The lazy writer thread sleeps for a specific interval of time, and when it wakes up, it examines the size of the free buffer list.</li>
<li style="text-align: justify;">If the list is below a certain threshold, which depends on the total size of the buffer pool, the lazy writer thread scans the buffer pool to repopulate the free list.</li>
<li style="text-align: justify;">As buffers are added to the free list, they are also written to disk if they are dirty.</li>
<li style="text-align: justify;">So if there is no memory pressure and memory notification is stable it sleeps</li>
<li style="text-align: justify;">The sole purpose of Lazy Writer is to maintain some free buffers in the <a href="https://www.wikitechy.com/tutorials/sql/subquery-in-sql-server" target="_blank" rel="noopener">SQL Server</a> Buffer Pool.</li>
<li style="text-align: justify;">Lazy writer runs periodically and check which buffers can be flushed and returned to the free pool.</li>
<li style="text-align: justify;">So even SQL Server is not under memory pressure, it will also work regularly.</li>
</ul>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/sql/lazy-writer-in-memory/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
