Adding Index to mySQL table

wxdqz

New Member
I need to add a FULLTEXT index to an existing table with 18,000 + press releases.

I started the following command 2 hours ago. Is it supposed to take this long, or did I do something wrong?

ALTER TABLE pressreleases ADD FULLTEXT ftxt (headline, summary, body);

where headline, body and summary are all text field names in the table.

David
 
Back
Top