<?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>Comentarios en: Backup incremental de tu base de datos con Git</title>
	<atom:link href="http://bicosyes.com/backup-incremental-de-tu-base-de-datos-con-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://bicosyes.com/backup-incremental-de-tu-base-de-datos-con-git/</link>
	<description></description>
	<lastBuildDate>Fri, 19 Aug 2011 17:01:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Copia Incremental base de datos MySql &#124; Javier G. Gitto &#8211; Auger Project</title>
		<link>http://bicosyes.com/backup-incremental-de-tu-base-de-datos-con-git/comment-page-1/#comment-77043</link>
		<dc:creator>Copia Incremental base de datos MySql &#124; Javier G. Gitto &#8211; Auger Project</dc:creator>
		<pubDate>Thu, 22 Apr 2010 12:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://bicosyes.com/?p=858#comment-77043</guid>
		<description>[...] Backup incremental de tu base de datos con Git [...]</description>
		<content:encoded><![CDATA[<p>[...] Backup incremental de tu base de datos con Git [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: vivab0rg</title>
		<link>http://bicosyes.com/backup-incremental-de-tu-base-de-datos-con-git/comment-page-1/#comment-65741</link>
		<dc:creator>vivab0rg</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://bicosyes.com/?p=858#comment-65741</guid>
		<description>Excelente tip! Muchas gracias por compatirlo.</description>
		<content:encoded><![CDATA[<p>Excelente tip! Muchas gracias por compatirlo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: DraXus</title>
		<link>http://bicosyes.com/backup-incremental-de-tu-base-de-datos-con-git/comment-page-1/#comment-61753</link>
		<dc:creator>DraXus</dc:creator>
		<pubDate>Fri, 10 Jul 2009 22:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://bicosyes.com/?p=858#comment-61753</guid>
		<description>Qué ingenioso, me mola la idea :)</description>
		<content:encoded><![CDATA[<p>Qué ingenioso, me mola la idea <img src='http://bicosyes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Jorge Bernal</title>
		<link>http://bicosyes.com/backup-incremental-de-tu-base-de-datos-con-git/comment-page-1/#comment-61723</link>
		<dc:creator>Jorge Bernal</dc:creator>
		<pubDate>Thu, 09 Jul 2009 23:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://bicosyes.com/?p=858#comment-61723</guid>
		<description>Con 10K filas:

koke@escher:~/tmp/mytest$ mysqldump test &gt; s.sql
koke@escher:~/tmp/mytest$ time mysql test &lt; s.sql 

real    0m0.174s
user    0m0.015s
sys     0m0.006s
koke@escher:~/tmp/mytest$ mysqldump --skip-extended-insert test &gt; s.sql
koke@escher:~/tmp/mytest$ time mysql test &lt; s.sql 

real    0m1.004s
user    0m0.113s
sys     0m0.136s</description>
		<content:encoded><![CDATA[<p>Con 10K filas:</p>
<p>koke@escher:~/tmp/mytest$ mysqldump test &gt; s.sql<br />
koke@escher:~/tmp/mytest$ time mysql test &lt; s.sql </p>
<p>real    0m0.174s<br />
user    0m0.015s<br />
sys     0m0.006s<br />
koke@escher:~/tmp/mytest$ mysqldump &#8211;skip-extended-insert test &gt; s.sql<br />
koke@escher:~/tmp/mytest$ time mysql test &lt; s.sql </p>
<p>real    0m1.004s<br />
user    0m0.113s<br />
sys     0m0.136s</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Jorge Bernal</title>
		<link>http://bicosyes.com/backup-incremental-de-tu-base-de-datos-con-git/comment-page-1/#comment-61721</link>
		<dc:creator>Jorge Bernal</dc:creator>
		<pubDate>Thu, 09 Jul 2009 23:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://bicosyes.com/?p=858#comment-61721</guid>
		<description>Lo del --skip-extended-insert esta muy bien para que los dumps sean legibles (y para este caso). Eso si, como la bbdd sea un poco grande la restauracion es muchisimo mas lenta</description>
		<content:encoded><![CDATA[<p>Lo del &#8211;skip-extended-insert esta muy bien para que los dumps sean legibles (y para este caso). Eso si, como la bbdd sea un poco grande la restauracion es muchisimo mas lenta</p>
]]></content:encoded>
	</item>
</channel>
</rss>

