<?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>Running Vacuum &#8211; Database Research &amp; Development</title>
	<atom:link href="https://www.dbrnd.com/tag/running-vacuum/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbrnd.com</link>
	<description>BIGData &#124; NoSQL &#124; MSSQL &#124; MySQL &#124; PostgreSQL</description>
	<lastBuildDate>Mon, 11 Dec 2017 13:02:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>PostgreSQL: Check the progress of running VACUUM</title>
		<link>https://www.dbrnd.com/2017/12/postgresql-check-the-progress-of-running-vacuum/</link>
					<comments>https://www.dbrnd.com/2017/12/postgresql-check-the-progress-of-running-vacuum/#comments</comments>
		
		<dc:creator><![CDATA[Anvesh Patel]]></dc:creator>
		<pubDate>Sat, 23 Dec 2017 16:16:40 +0000</pubDate>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Anvesh Patel]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database research and development]]></category>
		<category><![CDATA[dbrnd]]></category>
		<category><![CDATA[FSM]]></category>
		<category><![CDATA[Monitor Vacuum]]></category>
		<category><![CDATA[MVCC]]></category>
		<category><![CDATA[plpgsql]]></category>
		<category><![CDATA[Postgres Query]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[PostgreSQL Administrator]]></category>
		<category><![CDATA[PostgreSQL Error]]></category>
		<category><![CDATA[PostgreSQL Monitoring]]></category>
		<category><![CDATA[PostgreSQL Performance Tuning]]></category>
		<category><![CDATA[PostgreSQL Programming]]></category>
		<category><![CDATA[PostgreSQL Tips and Tricks]]></category>
		<category><![CDATA[Running Vacuum]]></category>
		<category><![CDATA[VACUUM]]></category>
		<category><![CDATA[VACUUM Progress]]></category>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=6863</guid>

					<description><![CDATA[In this post, I am sharing a system view which we can use to check the progress of running vacuum process of PostgreSQL. PostgreSQL based on MVCC, and in this architecture VACUUM is a routine task of DBA for removing dead tuples. What is Multi Version Concurrency Control (MVCC) Now the question is, How to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2017%2F12%2Fpostgresql-check-the-progress-of-running-vacuum%2F&amp;linkname=PostgreSQL%3A%20Check%20the%20progress%20of%20running%20VACUUM" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2017%2F12%2Fpostgresql-check-the-progress-of-running-vacuum%2F&amp;linkname=PostgreSQL%3A%20Check%20the%20progress%20of%20running%20VACUUM" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2017%2F12%2Fpostgresql-check-the-progress-of-running-vacuum%2F&amp;linkname=PostgreSQL%3A%20Check%20the%20progress%20of%20running%20VACUUM" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2017%2F12%2Fpostgresql-check-the-progress-of-running-vacuum%2F&amp;linkname=PostgreSQL%3A%20Check%20the%20progress%20of%20running%20VACUUM" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_reddit" href="https://www.addtoany.com/add_to/reddit?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2017%2F12%2Fpostgresql-check-the-progress-of-running-vacuum%2F&amp;linkname=PostgreSQL%3A%20Check%20the%20progress%20of%20running%20VACUUM" title="Reddit" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2017%2F12%2Fpostgresql-check-the-progress-of-running-vacuum%2F&amp;linkname=PostgreSQL%3A%20Check%20the%20progress%20of%20running%20VACUUM" title="Pocket" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.dbrnd.com%2F2017%2F12%2Fpostgresql-check-the-progress-of-running-vacuum%2F&#038;title=PostgreSQL%3A%20Check%20the%20progress%20of%20running%20VACUUM" data-a2a-url="https://www.dbrnd.com/2017/12/postgresql-check-the-progress-of-running-vacuum/" data-a2a-title="PostgreSQL: Check the progress of running VACUUM"></a></p><p>In this post, I am sharing a system view which we can use to check the progress of running vacuum process of PostgreSQL. </p>
<p>PostgreSQL based on MVCC, and in this architecture VACUUM is a routine task of DBA for removing dead tuples. </p>
<blockquote class="wp-embedded-content" data-secret="L4Sa09DfAV"><p><a href="https://www.dbrnd.com/2015/05/what-is-mvcc-multi-version-concurrency-control/">What is Multi Version Concurrency Control (MVCC)</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  src="https://www.dbrnd.com/2015/05/what-is-mvcc-multi-version-concurrency-control/embed/#?secret=L4Sa09DfAV" data-secret="L4Sa09DfAV" width="600" height="338" title="&#8220;What is Multi Version Concurrency Control (MVCC)&#8221; &#8212; Database Research &amp; Development" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p><strong>Now the question is, How to monitor the progress of VACUUM?</strong></p>
<blockquote><p>Simple, we can use pg_stat_progress_vacuum view for this purpose. In this view, we can check phase column which indicates the different stages of running the vacuum. </p></blockquote>
<pre class="crayon-plain-tag">select * from pg_stat_progress_vacuum</pre> </p>
<p>Type of phases:</p>
<blockquote><p><strong>initializing:</strong> VACUUM is preparing to begin scanning the heap<br />
<strong>scanning heap:</strong> VACUUM is currently scanning the heap<br />
<strong>vacuuming indexes:</strong> VACUUM is currently vacuuming the indexes<br />
<strong>vacuuming heap:</strong> VACUUM is currently vacuuming the heap<br />
<strong>cleaning up indexes:</strong> VACUUM is currently cleaning up indexes<br />
<strong>truncating heap:</strong> VACUUM is currently truncating the heap to return empty pages at the end of the relation to the operating system<br />
<strong>performing final cleanup:</strong> VACUUM is performing final cleanup. During this phase, VACUUM will vacuum the free space map, update statistics in pg_class, and report statistics to the statistics collector</p></blockquote>
<blockquote class="wp-embedded-content" data-secret="aHy65of6Yq"><p><a href="https://www.dbrnd.com/2016/10/postgresql-what-is-a-free-space-map-fsm-table-mvcc-architecture/">PostgreSQL: What is a Free Space Map (FSM)?</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  src="https://www.dbrnd.com/2016/10/postgresql-what-is-a-free-space-map-fsm-table-mvcc-architecture/embed/#?secret=aHy65of6Yq" data-secret="aHy65of6Yq" width="600" height="338" title="&#8220;PostgreSQL: What is a Free Space Map (FSM)?&#8221; &#8212; Database Research &amp; Development" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p><a href="https://www.postgresql.org/docs/10/static/progress-reporting.html" rel="noopener" target="_blank">Reference taken from the official page:</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbrnd.com/2017/12/postgresql-check-the-progress-of-running-vacuum/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
