Hacker News new | ask | show | jobs
by dspillett 2955 days ago
> With a clustered index, when you look up a record by the primary key

To nit-pic - it might be the case in mySQL but some DBs (SQL Server for instance) allow the clustering key to be something other than the primary key, and for some analytical workloads this can be much more efficient.