in reply to Re: loading csv files into MySQL databse
in thread loading csv files into MySQL databse
LOAD DATA will do mass imports. My issue with it is that (I believe that) single errors will cause an entire import to fail.Sometimes... If the error is in the data-output being inconsistent then maybe. If the error is because the row violates a pkid then again check out REPLACE / IGNORE clauses. PG does not yet have these options and they save a tremendous amount of time.
|
|---|