MySQL Forums
Forum List  »  Performance

Re: Where does the time go?
Posted by: Mark Modrall
Date: October 26, 2005 07:21PM

I was just kind of assuming that LOAD DATA INFILE wouldn't work well with tables normalized over an auto-increment column. Aside from the question of how you get the auto-increment value to serve as your foreign key in the child tables, what happens when you re-create a unique index after a LOAD DATA? I mean, if LOAD DATA does load duplicates, what happens when you re-create the UNIQUE index? wouldn't it just break, saying it was in violation?

Thanks
_mark

Options: ReplyQuote


Subject
Views
Written By
Posted
1782
September 30, 2005 03:52PM
1196
October 02, 2005 06:34PM
1291
October 03, 2005 11:24AM
1219
October 26, 2005 05:29PM
Re: Where does the time go?
1194
October 26, 2005 07:21PM
1213
October 31, 2005 01:47PM


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.