<?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: AIR SQLite Optimization tricks</title>
	<atom:link href="http://www.zedia.net/2009/air-sqlite-optimization-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2009/air-sqlite-optimization-tricks/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Thu, 09 Sep 2010 01:29:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: radikalFish</title>
		<link>http://www.zedia.net/2009/air-sqlite-optimization-tricks/comment-page-1/#comment-4977</link>
		<dc:creator>radikalFish</dc:creator>
		<pubDate>Fri, 09 Apr 2010 15:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=343#comment-4977</guid>
		<description>thx for the _conn.begin / _conn.commit hint
that really speeds up the big bunches of inserts and updates...</description>
		<content:encoded><![CDATA[<p>thx for the _conn.begin / _conn.commit hint<br />
that really speeds up the big bunches of inserts and updates&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.zedia.net/2009/air-sqlite-optimization-tricks/comment-page-1/#comment-4917</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 23 Mar 2010 09:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=343#comment-4917</guid>
		<description>Superb, got 600 inserts down from 1min 45 secs to  &lt; 5 secs. I know this seems slow (even individually), but it&#039;s on Win 7 x64, seemed to work faster on my asus eeepc?!? all good now though.</description>
		<content:encoded><![CDATA[<p>Superb, got 600 inserts down from 1min 45 secs to  &lt; 5 secs. I know this seems slow (even individually), but it&#039;s on Win 7 x64, seemed to work faster on my asus eeepc?!? all good now though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartinMcBrearty &#187; AIR SQLite Optimisation</title>
		<link>http://www.zedia.net/2009/air-sqlite-optimization-tricks/comment-page-1/#comment-4747</link>
		<dc:creator>MartinMcBrearty &#187; AIR SQLite Optimisation</dc:creator>
		<pubDate>Tue, 19 Jan 2010 16:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=343#comment-4747</guid>
		<description>[...] http://www.zedia.net/2009/air-sqlite-optimization-tricks/       $(document).ready(function(){ $(&quot;#commentForm&quot;).validate({ errorClass: &quot;inputError&quot;, messages: { author: { required: &quot;&quot; }, email: { required: &quot;&quot; } } }) }); [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.zedia.net/2009/air-sqlite-optimization-tricks/" rel="nofollow">http://www.zedia.net/2009/air-sqlite-optimization-tricks/</a>       $(document).ready(function(){ $(&quot;#commentForm&quot;).validate({ errorClass: &quot;inputError&quot;, messages: { author: { required: &quot;&quot; }, email: { required: &quot;&quot; } } }) }); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ostrov</title>
		<link>http://www.zedia.net/2009/air-sqlite-optimization-tricks/comment-page-1/#comment-4483</link>
		<dc:creator>ostrov</dc:creator>
		<pubDate>Wed, 02 Dec 2009 15:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=343#comment-4483</guid>
		<description>Thank you,
very interesting article</description>
		<content:encoded><![CDATA[<p>Thank you,<br />
very interesting article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Havrda</title>
		<link>http://www.zedia.net/2009/air-sqlite-optimization-tricks/comment-page-1/#comment-3897</link>
		<dc:creator>David Havrda</dc:creator>
		<pubDate>Tue, 11 Aug 2009 21:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=343#comment-3897</guid>
		<description>Also I would like to know how you opened the database.  Did you use open or openAsync?  I have found that the transaction stuff will not work when you use openAsync.  Everytime a statement.execute is performed it actually does run and does not wait until the connections commit is executed.  Do you have any ideas about this?</description>
		<content:encoded><![CDATA[<p>Also I would like to know how you opened the database.  Did you use open or openAsync?  I have found that the transaction stuff will not work when you use openAsync.  Everytime a statement.execute is performed it actually does run and does not wait until the connections commit is executed.  Do you have any ideas about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Havrda</title>
		<link>http://www.zedia.net/2009/air-sqlite-optimization-tricks/comment-page-1/#comment-3891</link>
		<dc:creator>David Havrda</dc:creator>
		<pubDate>Sat, 08 Aug 2009 23:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=343#comment-3891</guid>
		<description>I am trying to use the transaction example.  But I keep getting an error that says 
Error #3110: Operation cannot be performed while SQLStatement.executing is true.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I am trying to use the transaction example.  But I keep getting an error that says<br />
Error #3110: Operation cannot be performed while SQLStatement.executing is true.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RR007</title>
		<link>http://www.zedia.net/2009/air-sqlite-optimization-tricks/comment-page-1/#comment-3332</link>
		<dc:creator>RR007</dc:creator>
		<pubDate>Fri, 20 Feb 2009 03:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=343#comment-3332</guid>
		<description>This is GREAT. Every little bit helps.</description>
		<content:encoded><![CDATA[<p>This is GREAT. Every little bit helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
