0
  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.

Toby Allen
  • 10,997
  • 11
  • 73
  • 124
Ei Maung
  • 7,013
  • 5
  • 23
  • 23

1 Answers1

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.

OMG Ponies
  • 325,700
  • 82
  • 523
  • 502