Has anyone seen this? My web searches are not returning all of the documents that it should, and I suspect this is the reason. There are about 40,000 docs and about 20 views in the database, I’ve cut it down as much as I can view index size and doc number wise, any suggestions? Can I increase this time limit? It’s on a pretty big server, I’m surprised that it’s taking so long, all things considered it’s not THAT bad of a database…
Subject: Which is it? Updating or Searches?
Your title said Updateing, your text said searching was the problem. which is it?
Is the database Full Text Indexed?
How often are the indexes refreshed/rebuilt?
Is it a very volatile database? (many docs added/deleted)?
If so… how often are you compacting it?
Ruth
Subject: RE: Which is it? Updating or Searches?
The main problem is that the indexer stops with the following message:“Updating took over 30 minutes for .nsf” in the log. I think the searching problem is a result of incomplete view indexes after the indexer stops (I am using the ?searchview web search on my site).
The database is set to immediate updates, though I believe that it still only does it once an hour on the server unless a user opens the view, which only rarely happens as it’s a web application and this view is only used for the ?searchview. The database is full text indexed. I actually have an agent that kills the FT index nightly in an attempt to correct the incorrect search results, but this doesn’t always work, or only for a period of time before it goes out of whack again. The database does not change very much, maybe a few hundred records a day at most, with only a couple users. It is compacted once a week. Hope that helps.
Steve
Subject: RE: Which is it? Updating or Searches?
I have the same issue - indexer running for 30 minutes and then closing out. DB Index is 2.5gig, DB is 7.5gig
Is the DB just too large for Domino to handle? Bit of a worry if it is …
Only had the problem since upgrade to 6.01 ? I’m not sure.
Mark Haller
LogicSpot
UK
Subject: RE: Which is it? Updating or Searches?
Sounds like the same problem. And my db is under 300MB too
I think it was happening since 6.0 for me. I’ve upgraded to 6.01 and it’s still doing it, I’ll try CF1 but I doubt it will help as it’s not listed as a bugfix. Sigh…
Subject: Updating took over 30 minutes
Same problem for me, DB >700MB, Index >400MB, Domino 6.0.1 CF1
Subject: Updating took over 30 minutes for database.nsf ??
Did anyone ever find a solution for this?