in reply to Re: Database input speed question
in thread Database input speed question
I don't think this will be significantly faster for large collections of data than to just use DBI with a statement handle and placeholders (but YMMV).INSERT INTO table SELECT val11, val12 UNION SELECT val21, val22 UNION SELECT val31, val32 etc.
-- | |||||||
|
| ||||||
...Nexcerpt...Connecting People With Expertise |
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Database input speed question
by chunlou (Curate) on Jul 31, 2003 at 19:23 UTC |