<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 04:39:59 +0000</lastBuildDate>
    <item>
      <title>(MySQL) The Worst Performing Indexes - Eloi</title>
      <link>https://snipplr.com/view/16218/the-worst-performing-indexes</link>
      <description>&lt;p&gt;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.&#13;
Note that this query can take some time to complete on servers with lots of databases or lots of tables.&#13;
&#13;
Jay Pipes (http://jpipes.com/)&lt;/p&gt;</description>
      <pubDate>Tue, 23 Jun 2009 08:02:28 UTC</pubDate>
      <guid>https://snipplr.com/view/16218/the-worst-performing-indexes</guid>
    </item>
    <item>
      <title>(MySQL) Create Table Users - Eloi</title>
      <link>https://snipplr.com/view/14738/create-table-users</link>
      <description>&lt;p&gt;Splitting table users in frequently and infrequently accessed attributes&lt;/p&gt;</description>
      <pubDate>Tue, 05 May 2009 11:20:21 UTC</pubDate>
      <guid>https://snipplr.com/view/14738/create-table-users</guid>
    </item>
    <item>
      <title>(MySQL) Create Table Sessions - Eloi</title>
      <link>https://snipplr.com/view/14731/create-table-sessions</link>
      <description>&lt;p&gt;Saving the IP as Int we save a lot of space and permit do beautibul selects&lt;/p&gt;</description>
      <pubDate>Tue, 05 May 2009 10:26:39 UTC</pubDate>
      <guid>https://snipplr.com/view/14731/create-table-sessions</guid>
    </item>
  </channel>
</rss>
