top | item 39290181

(no title)

maskros | 2 years 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

discuss

order

No comments yet.