[odb-users] Bulk insert for SQLite

Иван Романенко viva.cpp at gmail.com
Mon Jun 22 11:31:43 EDT 2015


Hello,

In SQLite 3.7.11(2012-03-20) added INSERT
<http://www.sqlite.org/lang_insert.html> syntax to allow multiple rows to
be inserted via the VALUES clause.

So it is possible to implement bulk insert for SQLite.

1. Why ODB do not support bulk insert for SQLite ?
2. Does it improve performace of insert operations for large amount of
objects( > 1 million) for SQLite ?


More information about the odb-users mailing list