<?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>Vanonet.com &#187; mysql</title>
	<atom:link href="http://vanonet.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://vanonet.com</link>
	<description>Ещё один сайт сети «Dance27»</description>
	<lastBuildDate>Thu, 01 Sep 2011 18:29:24 +0000</lastBuildDate>
	<language>ru</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How index can boost database performance</title>
		<link>http://vanonet.com/2008/04/14/how-index-can-boost-database-performance/</link>
		<comments>http://vanonet.com/2008/04/14/how-index-can-boost-database-performance/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 14:13:27 +0000</pubDate>
		<dc:creator>Иван</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[database optimization]]></category>

		<guid isPermaLink="false">http://vanonet.com/?p=5</guid>
		<description><![CDATA[Adding indexes to your tables is a great method to boost your application performance. Index helps database engine to quickly find requested data and performing efficient sorting and grouping operations. Today i was analized two similar bloghosting platforms. I was &#8230; <a href="http://vanonet.com/2008/04/14/how-index-can-boost-database-performance/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adding indexes to your tables is a great method to boost your application performance. Index helps database engine to quickly find requested data and performing efficient sorting and grouping operations.<span id="more-5"></span> Today i was analized two similar bloghosting platforms. I was tried to find some bottlenecks in their architecture to enhance performance. First thing i was did is analize all important queries and add necesary indexes to related tables. There are great SQL statement which is greately helps in table optimization process^ EXPLAIN.</p>
<p>EXPLAIN SELECT * FROM SOME_TABLE WHERE ADATE&lt;NOW()</p>
<p>This simple query gives you all required information to decide which indexes mysql will use to execute this query and you can easily decide to add all additional indexes.</p>
<p>For more information read mysql manual.</p>
]]></content:encoded>
			<wfw:commentRss>http://vanonet.com/2008/04/14/how-index-can-boost-database-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

