6 ms·
Autoincrement is usually not needed in SQLite, and adds a lot of overhead to every insertion since it needs to read and update the sqlite_sequence table on ever
by maskros 3y ago
Autoincrement is usually not needed in SQLite, and adds a lot of overhead to every insertion since it needs to read and update the sqlite_sequence table on every insert.
https://www.sqlite.org/autoinc.html https://www.sqlite.org/autoinc.html