Fulltext search slow SQL V12 Azure

独自空忆成欢 提交于 2019-12-22 10:53:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!