use batch execution for PreparedStatement
"Andre Steinmetzger" <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <CFF0C8E79AF583438440F1AC76CED2F705FA9887@dehbgcimtex1> |
Hi, I must insert many rows(e.g. 2.000-5.000) in a table. If I do this with save funktion from torque it is not perfomant. Also it doesn`t work with a subselect, because the data comes from a other database. Now I had the idea to do this with the BatchExcution of PreparedStatement. Can I do this with torque? Thanks for your help. Andre