Hacker News
new
past
comments
ask
show
jobs
points
by
w10-1
17 hours ago
|
comments
by
andersmurphy
12 hours ago
|
[-]
You don't even need to that. SQLite auto increments the ids and is a single writer (which you should be coordinating at the application level.
Regular rowids are definitely the way to go if you can use them.
reply