7 ms·
You can sort records by ID, retrieve the last N records by ID, etc. It's just easier than using a timestamp.
by MikeNotThePope 11mo ago
You can sort records by ID, retrieve the last N records by ID, etc. It's just easier than using a timestamp.
- Incipient 11mo agoThe guaranteed lack of collision is a big one. I pretty much always add an updated column, and sqlalchemy essentially gives you both for free.