Hacker News new | ask | show | jobs
by CuriouslyC 1378 days ago
Seq scans will be faster in a normal form database, if you're seq scanning then joining other tables on an index it might be faster. Otherwise the denormalized table will probably be faster.