Hacker News new | ask | show | jobs
by dspillett 2953 days ago
> UUID as a primary key is a terrible idea, by the way

Unless you use a v1 UUID, i.e. via NEWSEQUENTIALID() in SQL Server. IIRC postgres has an equivelant available as a standard module.