<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vimrails.org &#187; count</title>
	<atom:link href="http://www.vimrails.org/tag/count/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vimrails.org</link>
	<description>Experiencias con Vim y Ruby on Rails</description>
	<lastBuildDate>Mon, 29 Mar 2010 11:47:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>La diferencia entre &#8220;count&#8221; y &#8220;length&#8221; en Rails</title>
		<link>http://www.vimrails.org/2009/04/la-diferencia-entre-count-y-length-en-rails/</link>
		<comments>http://www.vimrails.org/2009/04/la-diferencia-entre-count-y-length-en-rails/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 20:32:12 +0000</pubDate>
		<dc:creator>Jose Ferrer</dc:creator>
				<category><![CDATA[RAILS]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[length]]></category>
		<category><![CDATA[rendimiento]]></category>

		<guid isPermaLink="false">http://www.vimrails.org/?p=158</guid>
		<description><![CDATA[Dan Collins cuenta en su blog cómo usar el método length para mejorar el rendimiento de nuestras consultas en un modelo ActiveRecord.
En el post habla sobre que cuando llamamos al método count, lo que se ejecuta siempre es algo similar select count(id) as count_all from contacts, cada vez que lo llamamos.
Por otro lado, si utilizamos [...]]]></description>
		<wfw:commentRss>http://www.vimrails.org/2009/04/la-diferencia-entre-count-y-length-en-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
