 |
|
 |
|
Next: Error running the package from CMD line using dte..
|
| Author |
Message |
External

Since: May 27, 2008 Posts: 4
|
(Msg. 1) Posted: Tue May 27, 2008 8:45 am
Post subject: indexing method Archived from groups: microsoft>public>sqlserver>fulltext (more info?)
|
|
|
I have 2 tables that I would like to implement full text indexing on. I'm
just not sure if I should use incremental or change log updating.
Each table has 12 fields, I am only implementing the full text index on 1
column in each table. There will likely be around 4 - 8 inserts a minute on
each table, no updates. There will be sporadic searches on each table, and
there will be a scheduled job to purge records that are greater than x
number of days old.
The sql help mentions that incremental indexing handles
insert,update,deletes but it does not mention deletes in the change log
updating. It also says there are performance hits. Where would I see
these, and how siginificant? >> Stay informed about: indexing method |
|
| Back to top |
|
 |  |
External

Since: Aug 28, 2004 Posts: 1259
|
(Msg. 2) Posted: Tue May 27, 2008 4:41 pm
Post subject: Re: indexing method [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You should use change tracking - I think that is what you mean by change
log.
The only time you should consider other population methods is when you have
very high numbers of inserts and then you might want to consider change
tracking with update manual, or use a full-or incremental population when
you are change large amounts of data at any one time.
"Jeremy" wrote in message
>I have 2 tables that I would like to implement full text indexing on. I'm
>just not sure if I should use incremental or change log updating.
>
> Each table has 12 fields, I am only implementing the full text index on 1
> column in each table. There will likely be around 4 - 8 inserts a minute
> on each table, no updates. There will be sporadic searches on each table,
> and there will be a scheduled job to purge records that are greater than x
> number of days old.
>
> The sql help mentions that incremental indexing handles
> insert,update,deletes but it does not mention deletes in the change log
> updating. It also says there are performance hits. Where would I see
> these, and how siginificant?
> >> Stay informed about: indexing method |
|
| Back to top |
|
 |  |
External

Since: May 27, 2008 Posts: 4
|
(Msg. 3) Posted: Tue May 27, 2008 4:41 pm
Post subject: Re: indexing method [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks
"Hilary Cotter" wrote in message
> You should use change tracking - I think that is what you mean by change
> log.
>
> The only time you should consider other population methods is when you
> have very high numbers of inserts and then you might want to consider
> change tracking with update manual, or use a full-or incremental
> population when you are change large amounts of data at any one time.
>
> "Jeremy" wrote in message
>
>>I have 2 tables that I would like to implement full text indexing on. I'm
>>just not sure if I should use incremental or change log updating.
>>
>> Each table has 12 fields, I am only implementing the full text index on
>> 1 column in each table. There will likely be around 4 - 8 inserts a
>> minute on each table, no updates. There will be sporadic searches on
>> each table, and there will be a scheduled job to purge records that are
>> greater than x number of days old.
>>
>> The sql help mentions that incremental indexing handles
>> insert,update,deletes but it does not mention deletes in the change log
>> updating. It also says there are performance hits. Where would I see
>> these, and how siginificant?
>>
> >> Stay informed about: indexing method |
|
| Back to top |
|
 |  |
| Related Topics: | No more indexing on text - Hello, I store text files into an SQL Express DB, in a varbinary field. I have change the naming of some columns in my indexed DB, and I have changed the indexed column: now, I have two varbinary(max) columns in my table, one is indexed but not the..
Multilingual content indexing - Hi there, We have a Windows Sharepoint Services installation and are indexing its content. I have a question regarding the index so I thought it might be better to post here instead of the WSS newsgroups. Anyway, here we go: We have thousands of..
Is this possible with Full Text Indexing? - (SQL Server 2000, SP4) Hello all! I am wrestling with a problem that I hope someone can help me with. I have a series of related tables (fairly normalized), each of which has a textual column whose data will, for the most part, be unique from the..
Difference between indexing txt or word doc files, help! - Hi, I'm putting together a system and one of the requirements is to have a searchable CV function. I've got all the code to load the files on to the image fields, I've indexed and got it kinda working. Before I go to far down the road what is your..
Full-Text Indexing is Grayed out - Howdy, I just upgraded my Sharepoint instance to Sql 2000 SP4. The full text indexing option is grayed out in the menu. Also SQL Agent won't start, if these are the same issue? Any guidance for getting the full-text indexing running? Thanks!! David... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|