Re: Full text searching on a bulletin board system

From: John Kane (jt-kane_at_comcast.net)
Date: 10/14/04


Date: Thu, 14 Oct 2004 01:42:46 -0700

Shabam,
Q. Are there any times when it wouldn't be good to use the full text
searching of MS SQL?
A. This would depend upon the type, amount and frequency of non-FTS type SQL
queries that for your application consume &/or use significant portions of
your server's CPU, Memory and disk I/O (assuming that you have separated the
FT Catalog from your database files). What is your application's workload?
Is it heavy OLTP or OLAP? primarily a web site host with lots of searchers?
Depending upon these answers, you would want to schedule your Full &/or
Incremental Populations around the time periods of your most active
(non-FTS) SQL query processing. If you have a dual or multi-proc server, you
can separate the MSSearch cpu usage from your MSSQLServer cpu usage as well.

Let me know if you have any other questions!
Thanks,
John

"Shabam" <blislecp@hotmail.com> wrote in message
news:zvCdnWrP0ZOIifPcRVn-sA@adelphia.com...
> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
> news:uXpTI3IsEHA.2340@TK2MSFTNGP11.phx.gbl...
> > That depends on the frequency of updates, the size of the data you are
> > indexing, the number of CPUs, and your horsepower.
> >
> > In general it doesn't consume significant cpu for long periods. You may
> > notice some CPU spiking with German or the Far Eastern word breakers.
>
> Thanks! That was very helpful.
>
> Are there any times when it wouldn't be good to use the full text
searching
> of MS SQL?
>
>



Relevant Pages

  • Re: High CPU usage after service packs installed
    ... Are you sure it is sql server? ... Andrew J. Kelly SQL MVP ... then CPU usage is about 90% and does not drop. ...
    (microsoft.public.sqlserver.server)
  • Re: High CPU usage after service packs installed
    ... Are you sure it is sql server? ... Andrew J. Kelly SQL MVP ... then CPU usage is about 90% and does not drop. ...
    (microsoft.public.windows.server.sbs)
  • Re: Performance problems -- need guidance on scaling
    ... So we're now CPU ... I have read that putting the catalog and SQL table on separate RAID ... Our current server will support only a single CPU. ...
    (microsoft.public.sqlserver.fulltext)
  • [PATCH 1/2] Customize sched domain via cpuset (v2)
    ... This patch introduces new feature of cpuset - sched domain customization. ... enable us to change the searching range of scheduler, ... +When a task is woken up, scheduler try to move the task on idle CPU. ...
    (Linux-Kernel)
  • Re: aspnet_wp.exe Grabs All CPU
    ... The App is a simple Get Data from SQL server (code defined, ... DS and Adaptors, using the Higher performance SQL db classes, and Stored ... Server timed out the last request, but still very high CPU usage. ... the SPROC 's name to call, with slight business rule logic where required. ...
    (microsoft.public.dotnet.framework.performance)