|
|
|
|
|
by daliusd
5475 days ago
|
|
SQLite is overall slow if you are writing item-by-item. Does not matter what platform you use. Write multiple items in single transaction. As well understand what you get and what you loose by writing all items in single transaction. |
|