What is Cost in a Query Planner?

If you ever looked at query plan from a SQL databases – you are likely to have come into something called “cost”. You may even have heard that most advanced database use “cost based optimisers” But what exactly is cost and how does the database use it? SQL Query optimisation – Introduction The goal of … Read more