问题
- 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 just wanted to view the index record entries table.
回答1:
- Yes - FULLTEXT indexes, not regular indexes
- 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