MySQL Forums
Forum List  »  Archive Storage Engine

Archive Engine Crash MySQL 5.1 with Range Partitioning
Posted by: Grant Gavares
Date: January 03, 2007 07:54PM

Hi,
I am using MySQL 5.1.14-beta. I've created a schema composed of 19 tables using Engine=Archive and Partitioning like 'PARTITION BY RANGE ( TO_DAYS(endtime))' where endtime is a datetime field.

When running "LOAD DATA LOCAL INFILE" from a remote machine, I'm getting error messages indicating that the target table has crashed.

'Table 'some_table_name' is marked as crashed and should be repaired'

This doesn't happen every time I load into the table, but I load 400 files per hour, and no hour will complete without this error showing up. Oddly, if I rerun the load command, it will succeed.

Some notes about the table: Rows are very large. ~50 columns mostly varchar 10 - 20.

Any help or references to known bugs is appreciated.



Edited 1 time(s). Last edit at 01/05/2007 01:09PM by Grant Gavares.

Options: ReplyQuote


Subject
Views
Written By
Posted
Archive Engine Crash MySQL 5.1 with Range Partitioning
6735
January 03, 2007 07:54PM


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.