Re: Insert problems on very large DB
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
Subject
Views
Written By
Posted
4079
November 25, 2004 07:32AM
2491
November 25, 2004 09:47AM
2366
November 25, 2004 01:21PM
Re: Insert problems on very large DB
2450
November 25, 2004 01:48PM
2468
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.