<?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: MongoDB and Symfony.  Yes?  :)  Part 1: Inserts</title>
	<atom:link href="http://blog.jasonmooberry.com/2009/08/mongodb-and-symfony-yes-part-1-inserts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jasonmooberry.com/2009/08/mongodb-and-symfony-yes-part-1-inserts/</link>
	<description>Stuff I did for you.</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:06:15 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: noose</title>
		<link>http://blog.jasonmooberry.com/2009/08/mongodb-and-symfony-yes-part-1-inserts/comment-page-1/#comment-1181</link>
		<dc:creator>noose</dc:creator>
		<pubDate>Thu, 22 Jul 2010 08:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasonmooberry.com/?p=13#comment-1181</guid>
		<description>Hi.
Nice benchmark. But can you write that same benchmark but with checking status in mongo inserts? ( $user-&gt;save($data, true) ).
Regards,
Pawel</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Nice benchmark. But can you write that same benchmark but with checking status in mongo inserts? ( $user-&gt;save($data, true) ).<br />
Regards,<br />
Pawel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Mooberry</title>
		<link>http://blog.jasonmooberry.com/2009/08/mongodb-and-symfony-yes-part-1-inserts/comment-page-1/#comment-309</link>
		<dc:creator>Jason Mooberry</dc:creator>
		<pubDate>Tue, 13 Apr 2010 07:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasonmooberry.com/?p=13#comment-309</guid>
		<description>Hi Boris.  You&#039;re right about the insert speed benefits of the load scenario you described.  There are drawbacks when you want to handle importing large record sets from a user interface.  But to be honest the speed checks done here were more for my own curiousity.  Choosing a DODB is typically done for reasons other than speed.  But it&#039;s nice. :)</description>
		<content:encoded><![CDATA[<p>Hi Boris.  You&#8217;re right about the insert speed benefits of the load scenario you described.  There are drawbacks when you want to handle importing large record sets from a user interface.  But to be honest the speed checks done here were more for my own curiousity.  Choosing a DODB is typically done for reasons other than speed.  But it&#8217;s nice. <img src='http://blog.jasonmooberry.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Migliorisi</title>
		<link>http://blog.jasonmooberry.com/2009/08/mongodb-and-symfony-yes-part-1-inserts/comment-page-1/#comment-133</link>
		<dc:creator>Bryan Migliorisi</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasonmooberry.com/?p=13#comment-133</guid>
		<description>I would love to see you re run this test with the latest stable branch of MongoDB... 1.3.x I believe.</description>
		<content:encoded><![CDATA[<p>I would love to see you re run this test with the latest stable branch of MongoDB&#8230; 1.3.x I believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Kuzmic</title>
		<link>http://blog.jasonmooberry.com/2009/08/mongodb-and-symfony-yes-part-1-inserts/comment-page-1/#comment-25</link>
		<dc:creator>Boris Kuzmic</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jasonmooberry.com/?p=13#comment-25</guid>
		<description>Hello!

I don&#039;t see a real test case when you will insert 2.5 milion records in MySQL using INSERT statement.

Best scenario would be - dump everything to file, and then use LOAD statement or when having lots of indexes, first disable indexing and than after LOAD recreate them. That should be much faster.

Check MySQL docs:
http://dev.mysql.com/doc/refman/5.1/en/insert-speed.html</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I don&#8217;t see a real test case when you will insert 2.5 milion records in MySQL using INSERT statement.</p>
<p>Best scenario would be &#8211; dump everything to file, and then use LOAD statement or when having lots of indexes, first disable indexing and than after LOAD recreate them. That should be much faster.</p>
<p>Check MySQL docs:<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/insert-speed.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/insert-speed.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
