DEV Community

Discussion on: Database normalization may be harmful to efficiency on large scale analytics projects.

Collapse
 
alexandersupertramp profile image
alexander-supertramp

check for indexes
work with the smallest data set required and parallelize the workload

Collapse
 
olask profile image
Ola Sk • Edited

Agree, proper indexing is the next point to add to be sure is done right.