Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looking for best index
Message
De
27/02/2016 14:14:09
 
 
À
27/02/2016 13:28:34
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2014
OS:
Windows 8.1
Network:
Windows 2008 Server
Divers
Thread ID:
01632184
Message ID:
01632215
Vues:
34
>>OK, admittedly I don't do a lot with full text searches, though I don't recall seeing text indexes on a column so small (just 30 characters). So if anyone who has done this often wants to jump in....
>
>Without full text index on that one, as they want to find a string anywhere in the field, I would have to use %Honda% syntax and that would time out pretty much all the time. This is why full text is required on that one for as long as they want to search within.

I have tables with more than four million rows and have used that syntax and haven't run into timeouts. Admittedly, I have a few procedures where I'll split it up into multiple queries, to limit the # of rows where the LIKE '%Value%' is used - but regardless, haven't run into timeout problems.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform