<?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: How to randomly order or select rows in a MySQL query</title>
	<atom:link href="http://www.randomsnippets.com/2008/10/28/how-to-randomly-order-or-select-rows-in-a-mysql-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randomsnippets.com/2008/10/28/how-to-randomly-order-or-select-rows-in-a-mysql-query/</link>
	<description>Random Snippets of Code for Web Developers</description>
	<lastBuildDate>Thu, 19 Jan 2012 11:30:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.randomsnippets.com/2008/10/28/how-to-randomly-order-or-select-rows-in-a-mysql-query/comment-page-1/#comment-26469</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Tue, 22 Feb 2011 00:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomsnippets.com/?p=188#comment-26469</guid>
		<description>This type of function in MySQL is only valid if the number of records stored do not exceed about 10 thousand records. otherwise it is obsolete resource intensive on the server. (RAM and processor)

For cases is better to combine scalable enabling scripting language (eg php) + Mysql.
Greetings!</description>
		<content:encoded><![CDATA[<p>This type of function in MySQL is only valid if the number of records stored do not exceed about 10 thousand records. otherwise it is obsolete resource intensive on the server. (RAM and processor)</p>
<p>For cases is better to combine scalable enabling scripting language (eg php) + Mysql.<br />
Greetings!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

