<?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/"
		>
<channel>
	<title>Comments on: Dogfooding a pastebin</title>
	<atom:link href="http://www.flamingspork.com/blog/2009/07/03/dogfooding-a-pastebin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flamingspork.com/blog/2009/07/03/dogfooding-a-pastebin/</link>
	<description>Ramblings which occasionally resemble reality. This is the blog of Stewart Smith.</description>
	<lastBuildDate>Mon, 30 Aug 2010 10:19:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Stewart Smith</title>
		<link>http://www.flamingspork.com/blog/2009/07/03/dogfooding-a-pastebin/comment-page-1/#comment-90273</link>
		<dc:creator>Stewart Smith</dc:creator>
		<pubDate>Fri, 03 Jul 2009 05:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1667#comment-90273</guid>
		<description>Found the weird error thing there. It was related to max_allowed_packet. Bug filed :)</description>
		<content:encoded><![CDATA[<p>Found the weird error thing there. It was related to max_allowed_packet. Bug filed :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacPlusG3</title>
		<link>http://www.flamingspork.com/blog/2009/07/03/dogfooding-a-pastebin/comment-page-1/#comment-90272</link>
		<dc:creator>MacPlusG3</dc:creator>
		<pubDate>Fri, 03 Jul 2009 02:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1667#comment-90272</guid>
		<description>I had another thought of changing the schema to have the content of the paste be compressed.... at least for retreiving via text we could then pump out the gzip stream directly to client....

not sure how we&#039;d do the HTML formatted one though...</description>
		<content:encoded><![CDATA[<p>I had another thought of changing the schema to have the content of the paste be compressed&#8230;. at least for retreiving via text we could then pump out the gzip stream directly to client&#8230;.</p>
<p>not sure how we&#8217;d do the HTML formatted one though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacPlusG3</title>
		<link>http://www.flamingspork.com/blog/2009/07/03/dogfooding-a-pastebin/comment-page-1/#comment-90271</link>
		<dc:creator>MacPlusG3</dc:creator>
		<pubDate>Fri, 03 Jul 2009 02:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1667#comment-90271</guid>
		<description>I have done absolutely no load testing :) It should perform better than the MySQL adapter for a number of reasons: Drizzle is faster, using transactions and not LOCK TABLES, using InnoDB so can have concurrent readers and writers.

I&#039;m running with InnoDB and converted the LOCK TABLES bit into a real transaction (as we don&#039;t support LOCK TABLES in Drizzle).

and I&#039;ve been meaning to email you with the patches on top of pastebin too.

The next things I was thinking of was to move the &quot;recent posts&quot; generation into a gearman job and have the result in memcached - just to really eat all of our groups dog food. That could get over the performance problems you were seeing with that.</description>
		<content:encoded><![CDATA[<p>I have done absolutely no load testing :) It should perform better than the MySQL adapter for a number of reasons: Drizzle is faster, using transactions and not LOCK TABLES, using InnoDB so can have concurrent readers and writers.</p>
<p>I&#8217;m running with InnoDB and converted the LOCK TABLES bit into a real transaction (as we don&#8217;t support LOCK TABLES in Drizzle).</p>
<p>and I&#8217;ve been meaning to email you with the patches on top of pastebin too.</p>
<p>The next things I was thinking of was to move the &#8220;recent posts&#8221; generation into a gearman job and have the result in memcached &#8211; just to really eat all of our groups dog food. That could get over the performance problems you were seeing with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Dixon</title>
		<link>http://www.flamingspork.com/blog/2009/07/03/dogfooding-a-pastebin/comment-page-1/#comment-90269</link>
		<dc:creator>Paul Dixon</dc:creator>
		<pubDate>Thu, 02 Jul 2009 20:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1667#comment-90269</guid>
		<description>Nice! (I run pastebin.com). How&#039;s the performance? I can see there&#039;s only a few posts but would be interested in any load testing you&#039;ve done :)</description>
		<content:encoded><![CDATA[<p>Nice! (I run pastebin.com). How&#8217;s the performance? I can see there&#8217;s only a few posts but would be interested in any load testing you&#8217;ve done :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cody</title>
		<link>http://www.flamingspork.com/blog/2009/07/03/dogfooding-a-pastebin/comment-page-1/#comment-90268</link>
		<dc:creator>cody</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1667#comment-90268</guid>
		<description>paste the text from this http://www.fcc.gov/Reports/tcom1996.txt in and it blows up.</description>
		<content:encoded><![CDATA[<p>paste the text from this <a href="http://www.fcc.gov/Reports/tcom1996.txt">http://www.fcc.gov/Reports/tcom1996.txt</a> in and it blows up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
