MySQL Forums
Forum List  »  Performance

Re: Insert problems on very large DB
Posted by: Mike Hillyer
Date: November 25, 2004 01:48PM

ENABLE KEYS should not have quite as many index entries to rebuild, just the keys for the LOAD DATA set.

Is this information incremental? Have you looked at the MERGE table handler? You could split the data up into several different tables then MERGE them when you need to query the entire set.

Mike Hillyer, Technical Writer
MySQL AB, www.mysql.com
Office: +1 403-380-6535

Blog: http://www.openwin.org/mike

"The Open Source movement has become a major force across the software industry, and MySQL is the world's most popular open source database."
--Fortune Magazine

Options: ReplyQuote


Subject
Views
Written By
Posted
3932
November 25, 2004 07:32AM
2424
November 25, 2004 09:47AM
2286
November 25, 2004 01:21PM
Re: Insert problems on very large DB
2368
November 25, 2004 01:48PM
2408
November 25, 2004 02:32PM


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.