SQLite Forum

Question about memory management
Login
> The code itself is simple. I read in a csv record, assign the fields to the fields in the SQLite database and then add them to the database. Loop until done.

"add them ... loop until done" suggests a series of inserts, rather than an import. Are these being done in a single transaction? Or each being done in its own transaction?