<?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: Selecting wise indexes</title>
	<atom:link href="http://ronaldbradford.com/blog/selecting-wise-indexes-2008-09-25/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronaldbradford.com/blog/selecting-wise-indexes-2008-09-25/</link>
	<description>Expert times and information on MySQL</description>
	<lastBuildDate>Fri, 12 Mar 2010 22:45:29 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnaud Gadal</title>
		<link>http://ronaldbradford.com/blog/selecting-wise-indexes-2008-09-25/comment-page-1/#comment-430</link>
		<dc:creator>Arnaud Gadal</dc:creator>
		<pubDate>Wed, 01 Oct 2008 08:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=1189#comment-430</guid>
		<description>Hi Ronald,

I&#039;ve just read your article and was asking myself about the concurrent_insert variable. According to me the default behavior (concurrent_insert=1) allows concurrent insert if the myisam table is not fragmented, in that case inserts can be performed at the same time that SELECT statements are reading rows from the table :
http://dev.mysql.com/doc/refman/5.1/en/concurrent-inserts.html

So in your case can we really say that the SELECT would be blocked during the 3 seconds INSERT ?</description>
		<content:encoded><![CDATA[<p>Hi Ronald,</p>
<p>I&#8217;ve just read your article and was asking myself about the concurrent_insert variable. According to me the default behavior (concurrent_insert=1) allows concurrent insert if the myisam table is not fragmented, in that case inserts can be performed at the same time that SELECT statements are reading rows from the table :<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/concurrent-inserts.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/concurrent-inserts.html</a></p>
<p>So in your case can we really say that the SELECT would be blocked during the 3 seconds INSERT ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
