<?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: What would make MySQL Multiple Queries Usable ?</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/09/05/what-would-make-mysql-multiple-queries-usable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/09/05/what-would-make-mysql-multiple-queries-usable/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Andrisi</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/05/what-would-make-mysql-multiple-queries-usable/comment-page-1/#comment-164286</link>
		<dc:creator>Andrisi</dc:creator>
		<pubDate>Thu, 06 Sep 2007 12:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/09/05/what-would-make-mysql-multiple-queries-usable/#comment-164286</guid>
		<description>What you suggest with the optimization thing is related to a fundamental weakness of SQL: that it can return only one dataset per query, even tough you sometimes need more than one related datasets, datasets that could be generated at once. Returning multiple datasets for one query would help the server too - in exactly the same way as you&#039;re suggesting above. And maybe that would be easier to implement than finding similr parts in queries submitted in a batch.

See: http://forge.mysql.com/worklog/task.php?id=358 (by me)</description>
		<content:encoded><![CDATA[<p>What you suggest with the optimization thing is related to a fundamental weakness of SQL: that it can return only one dataset per query, even tough you sometimes need more than one related datasets, datasets that could be generated at once. Returning multiple datasets for one query would help the server too &#8211; in exactly the same way as you&#8217;re suggesting above. And maybe that would be easier to implement than finding similr parts in queries submitted in a batch.</p>
<p>See: <a href="http://forge.mysql.com/worklog/task.php?id=358" rel="nofollow">http://forge.mysql.com/worklog/task.php?id=358</a> (by me)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

