如何查看MySql全文索引?
- MySql全文搜索是否使用索引?
- 如果是这样,我如何查看索引条目表?
我可以使用 VIEW 查询查看索引统计信息。但是,我只想查看索引记录条目表。
- 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我链接到 4.1 MySQL 文档,但您可以在左上角选择适当的版本。
I linked to the 4.1 MySQL docs, but you can pick the appropriate version in the upper left corner.