Hacker News new | past | comments | ask | show | jobs | submit login

The database itself may internally store a more dense identifier than an autoincrementing primary key. For e.g. ctid in Postgres or, under certain conditions rowid in sqlite. These should be fully dense after a vacuum, and rejection sampling can be used to paper over tombstones generated between vacuums.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: