performance question/multiple keys
- From: "John Mott" <johnmott59@xxxxxxxxxxx>
- Date: Sun, 18 Sep 2005 19:38:05 -0500
Hi All,
The table I'm using has full-text columns and also a date column thats
indexed. If I do a query on a date range and the full-text column does SQL
Server return the full-text rows first, then subset by date, or subset by
date and pass that set of rows to MSSEARCH?
I'm wondering about performance issues on tables with many rows (3 millions
or so). I'm wondering if i should break the data up into tables by day so
that i'm not doing full-text searches if I know that I'll be getting a small
subset according to a date range.
Any insight on this issue?
thanks,
John
.
- Follow-Ups:
- Re: performance question/multiple keys
- From: John Kane
- Re: performance question/multiple keys
- From: Hilary Cotter
- Re: performance question/multiple keys
- Prev by Date: Re: SQL Server 7.0 & ADO Query Help
- Next by Date: Re: performance question/multiple keys
- Previous by thread: Contains 2 Column and / or FTS
- Next by thread: Re: performance question/multiple keys
- Index(es):
Relevant Pages
|
Loading