Database performance is heavily influenced by data volume and cardinality (or how unique that data may be).
It’s interesting to watch the look on someone’s face when this concept clicks. There is a look of understanding from a developer when she can extrapolate why SQL ran in seconds on a small, local, dockerized, database but the same SQL runs in minutes in a much larger QA environment.… Read the rest
Continue reading »