问题
Fulltext search is finally supported in SQL Server V12 at MS Azure. It works as expected, but the first time you run a search it's immensely slow. In fact it times out quite often. The consecutive searches runs very fast, though. Seems that the fulltext engine is loaded into memory. Anybody experienced the same thing?
回答1:
This is expected as the FTS (word breaker) starts when needed.
来源:https://stackoverflow.com/questions/30798694/fulltext-search-slow-sql-v12-azure