
Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
Hilary wrote on Mon, 21 Mar 2005 12:51:27 -0500:
> An incremental population can take longer to run than a full population if
> a large portion of your table has been deleted. this might explain your
> problem. Did you check the gatherer logs for any messages?
The data doesn't change that much in this database. Deletions tend to be no
more than around 500 rows a day, and insertions maybe 500 a day. It's a
sanitised version of our product database with almost 400,000 rows in total,
and being 99% books the FTS indexed columns don't change much (title,
author, publisher and subject stay pretty constant for the life of a
product). The gatherer logs showed nothing unusual that I could see, but it
appears it had been overwritten by the incremental update that ran this
morning. There are loads of MssCi event log entries saying that more than
40000 entries had changed - 19 in fact, which suggests that every single row
was marked as deleted, and every single one marked as inserted. The end of
the incremental crawl showed the following:
Detected end of incremental crawl for project <SQLServer SQL0002300005>.
Successfully processed 392054 documents, 0K. Failed to filter 392555
documents. Modified 392054 documents.
That incremental should have picked up only 501 rows as requiring a catalog
update (which is the difference between the two counts).
Dan
Daniel Crichton - 21 Mar 2005 19:47 GMT
Daniel wrote to Hilary Cotter on Mon, 21 Mar 2005 18:08:54 -0000:
> Hilary wrote on Mon, 21 Mar 2005 12:51:27 -0500:
>
[quoted text clipped - 5 lines]
> it appears it had been overwritten by the incremental update that ran this
> morning. There are loads of MssCi event log entries saying that more than
No, my mistake - overwritten as I'd already started the rebuild :\
I'm restoring the gatherer log from my backup tape, I'll trawl through it in
the morning (it's 18:47 here and I should left work over an hour ago). It's
32Mb, much bigger than I remember the gatherer logs being in the past.
Dan
Daniel Crichton - 22 Mar 2005 09:44 GMT
Daniel wrote to Daniel Crichton on Mon, 21 Mar 2005 18:47:42 -0000:
> Daniel wrote to Hilary Cotter on Mon, 21 Mar 2005 18:08:54 -0000:
>
[quoted text clipped - 15 lines]
> It's
> 32Mb, much bigger than I remember the gatherer logs being in the past.
The rebuild and full population has fixed the issue I was seeing, so it's
definitely looking like catalog corruption. The new catalog is 39Mb
containing 396492 items and 406417 unique keys, which looks similar to the
values I saw on the corrupted version yesterday, so no clues there.
I've got the gatherer log from the weekend - what exactly am I looking for?
Dan
Hilary Cotter - 22 Mar 2005 12:02 GMT
post it here as an attachment or send it to me offline

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> Daniel wrote to Daniel Crichton on Mon, 21 Mar 2005 18:47:42 -0000:
>
[quoted text clipped - 26 lines]
>
> Dan