Hello,

Can someone point me to the docs that explain what the .TMD files are?
We are using MySQL 5.0.22 under RH FC3.

We have a massive table of the size ~100Gb. It already has a couple of
indexes. We are adding a new index on the first 8 character of a column:

alter table CAT add index(des(8))

This operation has been running now for a day, and it is painstakingly
slow. As opposed to the previous indexing, it is slowly filling up a
.TMD table.

My guess is that this .TMD may be the des(8) extracted from the table.

Let me know if you have a clue.

Gaspar

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to