Explaining and Analysing Postgres EXPLAIN ANALYSE
Oct 24, 2023 · 16 min read · Introduction SQL is a declarative query language. That means, you tell it what you want, you do not tell it how it's supposed to get it. This blogs aims to give an intuition about how a query is internally run (on a very high-level). Understanding th...
SSameer and 1 more commented