InnoDB Conversion

2004-03-15 Thread Peter Bryant
Hi. I have a query that has been running for 10.7 hours. It is converting a 3.6GB MyISAM to Innodb. 38448 | copy to tmp table | alter table `MESSAGES` type=innodb The innodb data file has increased 8.6GB in size since the command started. How do I tell how far through the conversion the proce

FULLTEXT Search and Charsets

2003-06-12 Thread Peter Bryant
Hi. I have a table with a fulltext search index on a field. I am inserting text using UTF-8 characters (with the JDBC driver). That includes words in English, French, Russian and Greek. The FULLTEXT search only seems to find words in the latin charset. Does anyone have any guidance on how I ca

Slow Fulltext Search on Large Table

2003-02-17 Thread Peter Bryant
cond timeframe). Having searches that don't return all matching rows would be acceptable (but not desirable). e.g. I'm thinking of just deleting less important rows from my large table. Thanks in advance for any help, Peter Bryant ___

Locked Threads

2003-02-17 Thread Peter Bryant
xt index, this is not an innodby table. Since some of the threads were doing replace SQL I had a look at the "insert delayed" command. However, it seems from the manual that this won't necessarily help much with MyISAM tables. Any help appreciated, Regards, Peter Bryant _

Slow Fulltext Index Creation

2003-02-11 Thread Peter Bryant
I've changed myisam_sort_buffer to 128M in the hopes that that may have sped things up, but to no avail. Does anyone have a) an explanation for why the index creation seems to go slower and slower the more rows there are or b) any ideas on how to sped up the index creation. Regards, Peter Br