
Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
There is one gig of physical ram, although its running on a virtual
machine.
I need to talk with the "tech" guys about this setting, because they
are responsible for it not me. But doesn't this mean that theres more
than enough memory for the SQLFT.?
Do you know how else I could diagnose the situation? for example, any
tools I could use to monitor whats happening when one of the long
searches is executing?
> Holy moley, you have 2,147,483.647 Gigs of Ram! Is this your laptop? the
> unit is in mgs. If this is SQL 2005 take the physical RAM on your machine
[quoted text clipped - 17 lines]
> >
> > max server memory (MB) 16 2147483647 2147483647 2147483647
bryon.chan - 08 Nov 2006 21:39 GMT
Just noticed something important..
The time between searches does not matter, it seems that every 20
minutes or so (regardless of whether there were searches during this
period), something "resets" and the first search occuring after that
time takes a really long time to execute..
So I think this might not be a memory issue.
> There is one gig of physical ram, although its running on a virtual
> machine.
[quoted text clipped - 28 lines]
> > >
> > > max server memory (MB) 16 2147483647 2147483647 2147483647
bryon.chan - 09 Nov 2006 03:49 GMT
Found this article on MSDN:
You may experience a 45-second delay when you run a full-text query in
an instance of SQL Server 2005 that is running on a server without
Internet access
http://support.microsoft.com/kb/915850
Actually I'm still testing if it did the trick.. but it looks hopeful.
And thanks Hilary for your efforts :)
Bryon
sp_fulltext_service 'verify_signature', 0;
GO
> Just noticed something important..
>
[quoted text clipped - 37 lines]
> > > >
> > > > max server memory (MB) 16 2147483647 2147483647 2147483647
Hilary Cotter - 09 Nov 2006 04:41 GMT
so if you issue a
sp_fulltext_service 'verify_signature', 0;
GO
does the problem go away?

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
> Found this article on MSDN:
> You may experience a 45-second delay when you run a full-text query in
[quoted text clipped - 57 lines]
>> > > >
>> > > > max server memory (MB) 16 2147483647 2147483647 2147483647
bryon.chan - 31 Dec 2006 11:48 GMT
Yes :)
> so if you issue a
>
[quoted text clipped - 78 lines]
> >> > > >
> >> > > > max server memory (MB) 16 2147483647 2147483647 2147483647