How To…Increasing your Database Performance

Sascha Peter Bajonczak
Dev Genius
4 min readJan 19, 2022

--

Photo by National Cancer Institute on Unsplash

In every developer live there comes up the moment, that you will get faced with the question “Why is the database so slow?”. After a little bit of investigating you will notice “Hey, that's really slow”. To avoid this, I will give you some best practices for your SQL Queries.

General tips

Analyze the Execution Plan

--

--