> Are your logs and data on the same partition? That's a bad idea for > recovering from a blown part of the disk, but we also saw that one of > our databases would crash when there were lots of > inserts/updates/replaces -- other databases, which had the same > version of MySQL and operating system, had the logs and data on a > separate partition, and they did not crash.
It's a MyISAM table. Are there separate logs files? If so, where? I thought it was just .frm, .MYI and .MYD. We have MYI and MYD on separate drives. We're investigating a possible MERGE organization. I'll report back if we learn anything new. Thanks, chris -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]