<?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: Tag Filters (Update on Query Problems)</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2005/07/26/tag-filters-update-on-query-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2005/07/26/tag-filters-update-on-query-problems/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Sun, 12 Oct 2008 01:25:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/07/26/tag-filters-update-on-query-problems/#comment-4251</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Thu, 28 Jul 2005 20:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/07/26/tag-filters-update-on-query-problems/#comment-4251</guid>
		<description>I did read through that link, and for my normal cases i could just use the having count(numberoftags) bit to get rid of the subqueries, this leaves using subqueries for the not a tag cases, but since my db size is so small im just going to stick with subqueries for everything and not worry about it :-).

Plus with the layout I could put more data on my tags if I ever wanted.</description>
		<content:encoded><![CDATA[<p>I did read through that link, and for my normal cases i could just use the having count(numberoftags) bit to get rid of the subqueries, this leaves using subqueries for the not a tag cases, but since my db size is so small im just going to stick with subqueries for everything and not worry about it :-).</p>
<p>Plus with the layout I could put more data on my tags if I ever wanted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Watson</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/07/26/tag-filters-update-on-query-problems/#comment-4250</link>
		<dc:creator>Greg Watson</dc:creator>
		<pubDate>Thu, 28 Jul 2005 20:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/07/26/tag-filters-update-on-query-problems/#comment-4250</guid>
		<description>I just wanted to follow up a bit.  First, definitely read the discussion that someone else pointed to on your previous post (http://www.pui.ch/phred/archives/2005/04/tags-database-schemas.html).  One thing it motivated me to do was dig into the other options of MySQL's fulltext searching.  I obviously had read the docs very carefully because I totally missed the boolean search options (http://dev.mysql.com/doc/mysql/en/fulltext-boolean.html).  Now that I know these options exist, I'm going to give fulltext searching another try as the performance problems of subqueries are starting to get me down.</description>
		<content:encoded><![CDATA[<p>I just wanted to follow up a bit.  First, definitely read the discussion that someone else pointed to on your previous post (http://www.pui.ch/phred/archives/2005/04/tags-database-schemas.html).  One thing it motivated me to do was dig into the other options of MySQL&#8217;s fulltext searching.  I obviously had read the docs very carefully because I totally missed the boolean search options (http://dev.mysql.com/doc/mysql/en/fulltext-boolean.html).  Now that I know these options exist, I&#8217;m going to give fulltext searching another try as the performance problems of subqueries are starting to get me down.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
