MySQL Forums
Forum List  »  German

"Incorrect key file for table x" seit FULLTEXT Indexierung
Posted by: T L
Date: March 14, 2008 05:25AM

Hallo,
ich habe eine Tabelle(myISAM) mit ca. 1.000.000 Einträgen (ca.700 MB), die ich mit 3 FULLTEXT-Indizes versehen habe. Zwei jeweils auf eine Spalte und einen nochmal über beide.
Nun ist mir aufgefallen, dass die Auslastung des Servers bei Queries außerhalb einer Volltextsuche erhöht hat. Ich habe auch das Gefühl, dass diese Queries langsamer sind als früher. Ist das normal?

Zweites, größeres Problem ist, dass es zu erheblichen Problemen beim DELETE kommt. Vor allem wenn ein striptgeteuerter, mehrfacher DELETE ausgeführt wird, z.B. in einer Schleife. MySQL wirft dann meist den Fehler:

#1034 - Incorrect key file for table 'xxx'; try to repair it

Ein Check sowie eine Reparatur bringen nichts. Löschung und Neuanlage des Indexes haben auch keine Wirkung gezeigt.

Habe ich evtl etwas falsch gemacht oder liegt ein anderer möglicher Fehler vor?

System:
Linux 2.6.16.27-061216a x86_64 (SuSE 9.2)
mySQL 4.1.10a

Options: ReplyQuote


Subject
Views
Written By
Posted
"Incorrect key file for table x" seit FULLTEXT Indexierung
4167
T L
March 14, 2008 05:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.