How Can I view MySql Fulltext Indexes?

给你一囗甜甜゛ 提交于 2019-12-13 07:27:51

问题


  1. Does MySql Fulltext search use indexing?
  2. If so, how can I view the Index entries table?

I can view the Index Statistics with VIEW query. But, I just wanted to view the index record entries table.


回答1:


  1. Yes - FULLTEXT indexes, not regular indexes
  2. See Display Full-Text Index information

I linked to the 4.1 MySQL docs, but you can pick the appropriate version in the upper left corner.



来源:https://stackoverflow.com/questions/1801715/how-can-i-view-mysql-fulltext-indexes

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