Oris
Today
Universe
Explore
Studio
Authors
Account
7 tadan 1-dars
PostgreSQL's query planner is best described as:
Cost-based: it estimates a cost for candidate plans and picks the cheapest
Rule-based: it always uses an index when one exists
Random: it picks a plan at random each run
It executes every possible plan and keeps the fastest
Tekshirish
Today
Universe
Explore
Profile