-- umpirsky <[email protected]> wrote (on Thursday, 25 June 2009, 06:53 AM -0700): > Is there, or is planed for implementation in future versions of ZF, bulk > insert, like INSERT INTO t VALUES (...), (...), (...) > > It's much faster than iterating and executing separate inserts, so what is > important is to have fast bulk insert instead many separate insert > statements. > > There was already word about it on > > http://framework.zend.com/issues/browse/ZF-2322 and > http://www.nabble.com/Multiple-insert---update-(bulk)-td14383503.html > > but I would like to reopen this topic.
One of the big hurdles with this is that not every DB flavor honors the syntax -- which means that we cannot have a single solution at the abstraction layer, but instead solutions for each adapter type. If a community contributor is interested in this functionality and willing to do the legwork to provide it to all offerred adapters, I'd love to help shephard a proposal through. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
