我正在使用 MS SQL Server 表值函数sys.dm_fts_index_keywords_by_document来计算所有索引项的关键字出现次数,但它的运行速度非常慢。有没有更快的方法来计算单词出现次数?
sys.dm_fts_index_keywords_by_document
sql-server full-text-search
full-text-search ×1
sql-server ×1