<?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"
	>
<channel>
	<title>Comments on: How simple answer are you looking for ?</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Tue, 02 Dec 2008 13:39:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-115363</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 28 Apr 2007 17:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-115363</guid>
		<description>Bob,

Please ask questions which are not related to the topic in our forums instead.

The answer to your question would be - creating view is not going to help as view does not carry any of its own indexes or other special structures.</description>
		<content:encoded><![CDATA[<p>Bob,</p>
<p>Please ask questions which are not related to the topic in our forums instead.</p>
<p>The answer to your question would be - creating view is not going to help as view does not carry any of its own indexes or other special structures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Bankay</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-114543</link>
		<dc:creator>Bob Bankay</dc:creator>
		<pubDate>Thu, 26 Apr 2007 21:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-114543</guid>
		<description>We have a large table (10M row) with about 12 indices.  One of then indicates that state of the row in the table and there are about 30 states. The states change from 0 to 30 in about 14 days.

Would it be appropriate to create views for state with the highest population.  Would it be faster than a lookup for the specific state wiht LIMIT n?</description>
		<content:encoded><![CDATA[<p>We have a large table (10M row) with about 12 indices.  One of then indicates that state of the row in the table and there are about 30 states. The states change from 0 to 30 in about 14 days.</p>
<p>Would it be appropriate to create views for state with the highest population.  Would it be faster than a lookup for the specific state wiht LIMIT n?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: promotingblogs.com</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-107739</link>
		<dc:creator>promotingblogs.com</dc:creator>
		<pubDate>Fri, 13 Apr 2007 14:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-107739</guid>
		<description>&lt;strong&gt;MySQL Performance: interesting tip about indexes...&lt;/strong&gt;

I’ve got an interesting comment the other day saying “I’ve heard Jay Pipes saying indexes with cardinality lower than 30% are worthless, true?” That is interesting question and it has different answers depending on who is asking. A lot of peopl...</description>
		<content:encoded><![CDATA[<p><strong>MySQL Performance: interesting tip about indexes&#8230;</strong></p>
<p>I’ve got an interesting comment the other day saying “I’ve heard Jay Pipes saying indexes with cardinality lower than 30% are worthless, true?” That is interesting question and it has different answers depending on who is asking. A lot of peopl&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-106709</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Wed, 11 Apr 2007 21:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-106709</guid>
		<description>Jay, 

I'm not saying you're saying that. I'm simply quoting the guy posted comment on this blog :) 

I just thought that would be good way to start the post being nice teaser. 

The point is not what you're giving people simple answers to complex questions but what a lot of people are looking for simple answers because it makes them comfortable.</description>
		<content:encoded><![CDATA[<p>Jay, </p>
<p>I&#8217;m not saying you&#8217;re saying that. I&#8217;m simply quoting the guy posted comment on this blog <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I just thought that would be good way to start the post being nice teaser. </p>
<p>The point is not what you&#8217;re giving people simple answers to complex questions but what a lot of people are looking for simple answers because it makes them comfortable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Pipes</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-106560</link>
		<dc:creator>Jay Pipes</dc:creator>
		<pubDate>Wed, 11 Apr 2007 15:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/11/how-simple-answer-are-you-looking-for/#comment-106560</guid>
		<description>Uh, I would never say "indexes with cardinality lower than 30% are worthless". ;)  What I have said in the past is that if you have a situation where the value you are searching for is contained in 30% of an index's records, it is highly unlikely the index will be used, as the efficiency of a sequential scan will outweigh the numerous bookmark lookup operations needed with the index seek operations.  Of course, having a covering index can influence the optimizer's decision of course, as will having multiple levels of cardinality (multiple columns in the index).  Bottom line: I *never* say there is a simple answer or a single answer to anything.  Just take a look at my latest set of slides... on slide 2, I say "The answer to every question is... it depends."

Cheers, and see you soon at the conference, Peter!</description>
		<content:encoded><![CDATA[<p>Uh, I would never say &#8220;indexes with cardinality lower than 30% are worthless&#8221;. <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  What I have said in the past is that if you have a situation where the value you are searching for is contained in 30% of an index&#8217;s records, it is highly unlikely the index will be used, as the efficiency of a sequential scan will outweigh the numerous bookmark lookup operations needed with the index seek operations.  Of course, having a covering index can influence the optimizer&#8217;s decision of course, as will having multiple levels of cardinality (multiple columns in the index).  Bottom line: I *never* say there is a simple answer or a single answer to anything.  Just take a look at my latest set of slides&#8230; on slide 2, I say &#8220;The answer to every question is&#8230; it depends.&#8221;</p>
<p>Cheers, and see you soon at the conference, Peter!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
