<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Eloi</title>
<link>http://snipplr.com/users/Eloi/tags/mysql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 20:18:57 GMT</pubDate>
<item>
<title>(MySQL) The Worst Performing Indexes</title>
<link>http://snipplr.com/view/16218/the-worst-performing-indexes/</link>
<description><![CDATA[ <p>This script shows the top 10 worst indexes (in terms of selectivity %) on the whole MySQL server instance. Selectivity is the percentage of distinct values in an indexed field compared to the number of records in the table.
Note that this query can take some time to complete on servers with lots of databases or lots of tables.

Jay Pipes (http://jpipes.com/)</p> ]]></description>
<pubDate>Tue, 23 Jun 2009 08:02:28 GMT</pubDate>
<guid>http://snipplr.com/view/16218/the-worst-performing-indexes/</guid>
</item>
<item>
<title>(MySQL) Create Table Users</title>
<link>http://snipplr.com/view/14738/create-table-users/</link>
<description><![CDATA[ <p>Splitting table users in frequently and infrequently accessed attributes</p> ]]></description>
<pubDate>Tue, 05 May 2009 11:20:21 GMT</pubDate>
<guid>http://snipplr.com/view/14738/create-table-users/</guid>
</item>
<item>
<title>(MySQL) Create Table Sessions</title>
<link>http://snipplr.com/view/14731/create-table-sessions/</link>
<description><![CDATA[ <p>Saving the IP as Int we save a lot of space and permit do beautibul selects</p> ]]></description>
<pubDate>Tue, 05 May 2009 10:26:39 GMT</pubDate>
<guid>http://snipplr.com/view/14731/create-table-sessions/</guid>
</item>
</channel>
</rss>