<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Do You Know What Your Database is Doing?</title>
	<atom:link href="http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/feed/" rel="self" type="application/rss+xml" />
	<link>http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/</link>
	<description>a blog about startups and code</description>
	<lastBuildDate>Thu, 18 Dec 2008 03:41:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Cramer</title>
		<link>http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-263</link>
		<dc:creator>David Cramer</dc:creator>
		<pubDate>Fri, 08 Aug 2008 14:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-263</guid>
		<description>I was just curious as to if any more of your tickets were accepted and patched in?</description>
		<content:encoded><![CDATA[<p>I was just curious as to if any more of your tickets were accepted and patched in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finally! A Modern Development Tool &#171; metajack</title>
		<link>http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-94</link>
		<dc:creator>Finally! A Modern Development Tool &#171; metajack</dc:creator>
		<pubDate>Fri, 30 May 2008 23:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-94</guid>
		<description>[...] which is the platform I use most. At Chesspark, we&#8217;ve mostly concentrated on optimization by analyzing database queries and improving database use in the Django [...]</description>
		<content:encoded><![CDATA[<p>[...] which is the platform I use most. At Chesspark, we&#8217;ve mostly concentrated on optimization by analyzing database queries and improving database use in the Django [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metajack</title>
		<link>http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-69</link>
		<dc:creator>metajack</dc:creator>
		<pubDate>Wed, 23 Apr 2008 16:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-69</guid>
		<description>Paramjeet,

It&#039;s a small bug in the script when there are no queries detected.  I think perhaps you need to tweak the regex to match what your logs produce so that the queries are properly detected.</description>
		<content:encoded><![CDATA[<p>Paramjeet,</p>
<p>It&#8217;s a small bug in the script when there are no queries detected.  I think perhaps you need to tweak the regex to match what your logs produce so that the queries are properly detected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paramjeet Bhella</title>
		<link>http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-68</link>
		<dc:creator>Paramjeet Bhella</dc:creator>
		<pubDate>Fri, 18 Apr 2008 23:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-68</guid>
		<description>Hi Jack,

I downloaded your  analyze script for postgres query analyses but when I run it I get errors. Can you please help me fix this. Here is the error I get:


-bash-3.00$ cat postgresql-Wed.log &#124; ./analyze.py &gt; myreport.txt
Traceback (most recent call last):
  File &quot;./analyze.py&quot;, line 142, in ?
    main()
  File &quot;./analyze.py&quot;, line 101, in main
    tot_queries = reduce(lambda x, y: x + y, [len(queries[q]) for q in queries.keys()])
TypeError: reduce() of empty sequence with no initial value

Thanks
Paramjeet Kaur</description>
		<content:encoded><![CDATA[<p>Hi Jack,</p>
<p>I downloaded your  analyze script for postgres query analyses but when I run it I get errors. Can you please help me fix this. Here is the error I get:</p>
<p>-bash-3.00$ cat postgresql-Wed.log | ./analyze.py &gt; myreport.txt<br />
Traceback (most recent call last):<br />
  File &#8220;./analyze.py&#8221;, line 142, in ?<br />
    main()<br />
  File &#8220;./analyze.py&#8221;, line 101, in main<br />
    tot_queries = reduce(lambda x, y: x + y, [len(queries[q]) for q in queries.keys()])<br />
TypeError: reduce() of empty sequence with no initial value</p>
<p>Thanks<br />
Paramjeet Kaur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Florenzano</title>
		<link>http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-19</link>
		<dc:creator>Eric Florenzano</dc:creator>
		<pubDate>Thu, 02 Aug 2007 23:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-19</guid>
		<description>Awesome...thanks for the reply.  That will certainly be helpful to me, as I&#039;m developing using Django as my framework.</description>
		<content:encoded><![CDATA[<p>Awesome&#8230;thanks for the reply.  That will certainly be helpful to me, as I&#8217;m developing using Django as my framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metajack</title>
		<link>http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-17</link>
		<dc:creator>metajack</dc:creator>
		<pubDate>Thu, 02 Aug 2007 22:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-17</guid>
		<description>Eric, sorry I forgot to mention this in the post, but you have find all our Django patches in the Django bug tracker.  One or two of them have made it upstream and the others are awaiting decisions.  I&#039;ll post a new entry shortly with an overview and links to the patches.</description>
		<content:encoded><![CDATA[<p>Eric, sorry I forgot to mention this in the post, but you have find all our Django patches in the Django bug tracker.  One or two of them have made it upstream and the others are awaiting decisions.  I&#8217;ll post a new entry shortly with an overview and links to the patches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Florenzano</title>
		<link>http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-16</link>
		<dc:creator>Eric Florenzano</dc:creator>
		<pubDate>Thu, 02 Aug 2007 20:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://metajack.wordpress.com/2007/07/25/do-you-know-what-your-database-is-doing/#comment-16</guid>
		<description>Thanks for this great article, however, one thing that I&#039;m still curious about is how you ended up dealing with the Django overuse of transactions and startup queries?</description>
		<content:encoded><![CDATA[<p>Thanks for this great article, however, one thing that I&#8217;m still curious about is how you ended up dealing with the Django overuse of transactions and startup queries?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
