Hello Mike C#,
See my series here http://sqlblogcasts.com/blogs/simons/archive/2008/02/20/SQL-Server-2008---iFTS-N
ew-features-.aspx
Simon Sabin
SQL Server MVP
http://sqlblogcasts.com/blogs/simons
>> Hi,
>>
[quoted text clipped - 14 lines]
> to view full-text index keyword entries in the current CTP. The
> thesaurus is currently still stored in the file system on this CTP.
Mike C# - 19 Mar 2008 00:23 GMT
> Hello Mike C#,
>
> See my series here
> http://sqlblogcasts.com/blogs/simons/archive/2008/02/20/SQL-Server-2008---iFTS-N
ew-features-.aspx
Hi Simon, nice blog, but shouldn't you be directing it to Jean-Pierre? :)
Since you're here anyway, any plans to put Thesaurus in the database or will
it remain in the file system in the near future?
Mike Hiland - 09 Apr 2008 07:13 GMT
This sounds great. Being able to see the indexed words and the docids they
belong to will help alot with the text mining we are hoping to do. The search
performance gains will be very welcome as well.
I have a few questions:
When you mention that the filestream function means that the blob no longer
needs to be stored in the database, does this also mean that the text output
from the IFilters or stellant can also be stored in the filestream and not in
the database. This would greatly reduce the size of the database.
Also can a fulltext index be used on a column in a partitioned table. If so,
is this a 2005 or 2008 feature. Does anything special need to be done to the
partition function to handle the fulltext index?
> Hello Mike C#,
>
[quoted text clipped - 22 lines]
> > to view full-text index keyword entries in the current CTP. The
> > thesaurus is currently still stored in the file system on this CTP.