![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |