Hacker News new | ask | show | jobs
by rowanseymour 409 days ago
You shouldn't be using BIGINT for random identifiers so collision isn't a concern - this is just to future proof against hitting the 2^31 limit on a regular INT primary key.