Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Most people have an orm between them and the database.

Think bulk inserting into via the command why the format exists vs what you do in your language and/or framework.



If you call row.save() on one ORM object at a time, you'll get neither the performance benefits of prepared statements nor that of multi-row inserts. If you save many objects at a time, the ORM library will use prepared statements.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: