Understand PostgreSQL’s Planner – Simple Scan Paths vs Plans

Introduction When you send a query to PostgreSQL, it normally would go through stages of query processing and return you the results at the end. These stages are known as: I wrote another blog to briefly explain the responsibility of each query processing stage. You can find it here. In this blog, we will only…
Read more