DMDiptarup Mukherjeeindiptarup.hashnode.dev·Apr 14, 2024 · 8 min readOptimizing SQL query performance:In order to understand the optimization of SQL queries first we need to understand what actually happens in the background when we query our database table. So grab a cup of coffee and lets start our discussion by considering a scenario. All query ex...00