<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: ANALYZE your PostgreSQL databases!</title>
	<atom:link href="http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases/feed" rel="self" type="application/rss+xml" />
	<link>http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases</link>
	<description>Paul Cook's blog</description>
	<pubDate>Fri, 18 May 2012 18:51:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: diN0bot</title>
		<link>http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases#comment-16168</link>
		<dc:creator>diN0bot</dc:creator>
		<pubDate>Thu, 18 Jun 2009 00:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases#comment-16168</guid>
		<description>Maybe the question is "where do you run ANALYZE". I first came upon ANALYZE after reading up on vacuum, which you can run from the command line as "vacuumdb -z "

It took me a while to understand that ANALYZE and VACUUM ANALYZE are meant to be run from within the psql command line. I guess the all-caps is kind of a give-away, but the talk of cron-jobs confused me for a little bit. I kept looking for a command to run on the shell, rather than a command to run with psql.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Maybe the question is &#8220;where do you run ANALYZE&#8221;. I first came upon ANALYZE after reading up on vacuum, which you can run from the command line as &#8220;vacuumdb -z &#8221;</p>
<p>It took me a while to understand that ANALYZE and VACUUM ANALYZE are meant to be run from within the psql command line. I guess the all-caps is kind of a give-away, but the talk of cron-jobs confused me for a little bit. I kept looking for a command to run on the shell, rather than a command to run with psql.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulcook</title>
		<link>http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases#comment-9486</link>
		<dc:creator>paulcook</dc:creator>
		<pubDate>Mon, 01 Oct 2007 00:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases#comment-9486</guid>
		<description>Yeah, I'm really not sure how to be more precise, step 3 pretty much says it all: you run the query "ANALYZE". Alternatively, you can run "VACUUM ANALYZE", which cleans up deleted records as well, as a regular nightly cron job.

Details in the PostgreSQL docs, eg. http://www.postgresql.org/docs/8.2/interactive/sql-analyze.html

But if none of this means anything to you, you have a lot of reading to do :)</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;m really not sure how to be more precise, step 3 pretty much says it all: you run the query &#8220;ANALYZE&#8221;. Alternatively, you can run &#8220;VACUUM ANALYZE&#8221;, which cleans up deleted records as well, as a regular nightly cron job.</p>
<p>Details in the PostgreSQL docs, eg. <a href="http://www.postgresql.org/docs/8.2/interactive/sql-analyze.html" rel="nofollow">http://www.postgresql.org/docs/8.2/interactive/sql-analyze.html</a></p>
<p>But if none of this means anything to you, you have a lot of reading to do :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases#comment-9485</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 29 Sep 2007 05:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases#comment-9485</guid>
		<description>Can you go into detail how to do a full analyze on all tables in a database?  Maybe that info easily available, but your's was one of the first posts that came up in google, so would be a good plus to have that info here.

THanks.</description>
		<content:encoded><![CDATA[<p>Can you go into detail how to do a full analyze on all tables in a database?  Maybe that info easily available, but your&#8217;s was one of the first posts that came up in google, so would be a good plus to have that info here.</p>
<p>THanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DbRunas.com.ar - ANALYZE your PostgreSQL databases!</title>
		<link>http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases#comment-1065</link>
		<dc:creator>DbRunas.com.ar - ANALYZE your PostgreSQL databases!</dc:creator>
		<pubDate>Wed, 15 Mar 2006 19:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases#comment-1065</guid>
		<description>[...] some information with every combination of records from tables A and B.  Complete story: http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases::   : [...]</description>
		<content:encoded><![CDATA[<p>[...] some information with every combination of records from tables A and B.</p>
<p> Complete story: <a href="http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases:" rel="nofollow">http://langabi.name/blog/2006/03/10/analyze-your-postgresql-databases:</a>:   : [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

