<?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: MySQL versions at Wikipedia</title>
	<atom:link href="http://dom.as/2010/07/25/mysql-versions-at-wikipedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://dom.as/2010/07/25/mysql-versions-at-wikipedia/</link>
	<description></description>
	<lastBuildDate>Sat, 17 Dec 2011 20:14:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://dom.as/2010/07/25/mysql-versions-at-wikipedia/#comment-1760</link>
		<dc:creator><![CDATA[Domas Mituzas]]></dc:creator>
		<pubDate>Mon, 26 Jul 2010 09:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=752#comment-1760</guid>
		<description><![CDATA[Andy, there&#039;re multiple reasons. Foremost, in most cases you need connection pooling for prepared statements to be useful, as they get lost on disconnect. As connection costs with C API are minimal, keeping connections open on the server doesn&#039;t seem to be too useful.  And you really don&#039;t want to hold connections from every Apache/PHP process you have open to each of your servers. Thats a lot of connections, for not that much effect.

Also, people in scripting language world love creating dynamic statements (even as simple concept a variable length IN() list cannot work with prepared statements...) - and that again doesn&#039;t work that well with PS.

Also, to execute a new prepared statement you need two queries - one to prepare, other to execute, so you really really want to cache them in one way or another.]]></description>
		<content:encoded><![CDATA[<p>Andy, there&#8217;re multiple reasons. Foremost, in most cases you need connection pooling for prepared statements to be useful, as they get lost on disconnect. As connection costs with C API are minimal, keeping connections open on the server doesn&#8217;t seem to be too useful.  And you really don&#8217;t want to hold connections from every Apache/PHP process you have open to each of your servers. Thats a lot of connections, for not that much effect.</p>
<p>Also, people in scripting language world love creating dynamic statements (even as simple concept a variable length IN() list cannot work with prepared statements&#8230;) &#8211; and that again doesn&#8217;t work that well with PS.</p>
<p>Also, to execute a new prepared statement you need two queries &#8211; one to prepare, other to execute, so you really really want to cache them in one way or another.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://dom.as/2010/07/25/mysql-versions-at-wikipedia/#comment-1759</link>
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Mon, 26 Jul 2010 01:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=752#comment-1759</guid>
		<description><![CDATA[Why do you think that Prepared Statements don&#039;t make much sense in PHP/C environments?]]></description>
		<content:encoded><![CDATA[<p>Why do you think that Prepared Statements don&#8217;t make much sense in PHP/C environments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darkoneko</title>
		<link>http://dom.as/2010/07/25/mysql-versions-at-wikipedia/#comment-1758</link>
		<dc:creator><![CDATA[Darkoneko]]></dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=752#comment-1758</guid>
		<description><![CDATA[well, that was interesting. thanks.]]></description>
		<content:encoded><![CDATA[<p>well, that was interesting. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://dom.as/2010/07/25/mysql-versions-at-wikipedia/#comment-1757</link>
		<dc:creator><![CDATA[Mark Callaghan]]></dc:creator>
		<pubDate>Sun, 25 Jul 2010 19:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://mituzas.lt/?p=752#comment-1757</guid>
		<description><![CDATA[That is an excellent reason for 3 backup db servers. Too many assumptions about redundancy require people and the utilities they use during an outage to be perfect.

What features do you want to see in MariaDB?]]></description>
		<content:encoded><![CDATA[<p>That is an excellent reason for 3 backup db servers. Too many assumptions about redundancy require people and the utilities they use during an outage to be perfect.</p>
<p>What features do you want to see in MariaDB?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

