Oris
Today
Universe
Explore
Studio
Authors
Account
Урок 1 из 7
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
Проверить
Today
Universe
Explore
Profile