Y
Hacker News
new
|
ask
|
show
|
jobs
by
MikeNotThePope
240 days ago
You can sort records by ID, retrieve the last N records by ID, etc. It's just easier than using a timestamp.
1 comments
Incipient
239 days ago
The guaranteed lack of collision is a big one. I pretty much always add an updated column, and sqlalchemy essentially gives you both for free.
link