Which can handle a huge surge of queries: SQL Server 2008 Fulltext or Lucene

Posted by Luke101 on Stack Overflow See other posts from Stack Overflow or by Luke101
Published on 2010-05-28T02:24:01Z Indexed on 2010/05/28 2:31 UTC
Read the original article Hit count: 228

Filed under:
|
|

I am creating a widget that will be installed on several websites and blogs. The widget will analyse the remote webpage title and content, then it will return relevent articles/links on my website. The amount of traffic we expect will be very huge roughly 500K queries a day and up from there. I need the queries to be returned very quickly, so I need the candidate to be high performance, similar to google adsense. The remote title can be from 5 to 50 words and the description we will use no more then 3000 words. Which of these two do you think can handle the load.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql-server-2008