开发者

How Can I view MySql Fulltext Indexes?

开发者 https://www.devze.com 2022-12-13 01:33 出处:网络
Does MySql Fulltext search use indexing? If so, how can I view the Index entries table? I can view the Index Statistics with VIEW query. But, I j开发者_运维技巧ust wanted to view the index record
  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 j开发者_运维技巧ust wanted to view the index record entries table.


  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.

0

精彩评论

暂无评论...
验证码 换一张
取 消