When using of full text indexing in sql server give me better performance? In every where or in some situations?

StackOverflow https://stackoverflow.com/questions/2350374

Question

I write a big application by using of NHibernate ORM. Is using of full text indexing in DB level has advantages for my application performance? does it give me better performance in searches?

Was it helpful?

Solution

Will turning on SQL Server Full Text searching speed up your NHibernate generated queries? No.

Creating standard indexes to cover your query workload might.

To identify your most expensive queries: How Can I Log and Find the Most Expensive Queries?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top