<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Sat, 04 Feb 2012 06:34:30 -0600 -->
<rss version="2.0">
  <channel>    <title>Codeassembly - How to implement Mysql full text search on a big website</title>
    <link>http://www.codeassembly.com/feed/comments/5</link>
    <description>CodeAssembly - Simplicity is prerequisite for reliability - Comments</description>
    <language>en-us</language>
    <managingEditor>contact@codeassembly.com</managingEditor>
    <webMaster>contact@codeassembly.com</webMaster>
    <generator>RSS Feed Generator</generator>
    <item>
      <title>Martin G</title>
      <description>Nice idea ... but in my case, I have a celebrity photo website with 100,000 photos, the search query would normally search the photos table for the caption, keywords table for keywords, celebrity names table and contributors table, to return the photos I need. If I was to put the caption, keywords, celebrity names in a search table for each photo, wouldn't that defy normalization? Or in the case of "full-text" does this not matter? I would be interested to hear your verdict on my situation.</description>
      <link>http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/#384</link>
      <pubDate>2011-09-09 19:08:26</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/#384</guid>
    </item>
    <item>
      <title>Vinicius Assef</title>
      <description>Nice idea, but when handling volatile data, this can be cumbersome to mantain the search table.</description>
      <link>http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/#274</link>
      <pubDate>2009-11-23 18:03:56</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/#274</guid>
    </item>
    <item>
      <title>S. Charts</title>
      <description>Thanks for the information that you are giving. I want to see more. 

S. Charts</description>
      <link>http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/#172</link>
      <pubDate>2008-10-31 02:30:32</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/#172</guid>
    </item>
    <item>
      <title>&#1576;&#1585;&#1575;&#1605;&#1580;</title>
      <description>good tutorial 

and I have innodb to billion rows with mysql .

thank you</description>
      <link>http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/#166</link>
      <pubDate>2008-10-11 17:24:23</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/How-to-implement-Mysql-full-text-search-on-a-big-website/#166</guid>
    </item>
  </channel></rss>
