Computer Science / CS 0428 · Atom · ~20 seconds
Denormalization
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
Denormalization deliberately adds redundant data — extra attributes, new tables, copies — to decrease query running time by making data more accessible.
Show
A leaderboard storing each player's name beside every score answers faster than one that must go asking.
Watch for
The redundancy is intentional and budgeted, or it is a mistake.