Re: Optimization outcome depends on the index order - Mailing list pgsql-hackers

From Andrei Lepikhov
Subject Re: Optimization outcome depends on the index order
Date
Msg-id 9b3dbf6d-776a-4953-a5a4-60992939321d@postgrespro.ru
Whole thread Raw
In response to Re: Optimization outcome depends on the index order  (Alexander Korotkov <aekorotkov@gmail.com>)
Responses Re: Optimization outcome depends on the index order
List pgsql-hackers
On 22/12/2023 11:48, Alexander Korotkov wrote:
>  > Because we must trust all predictions made by the planner, we just
>  > choose the most trustworthy path. According to the planner logic, it is
>  > a path with a smaller selectivity. We can make mistakes anyway just
>  > because of the nature of estimation.
> 
> Even if we need to take selectivity into account here, it's still not 
> clear why this should be on top of other logic later in add_path().
I got your point now, thanks for pointing it out. In the next version of 
the patch selectivity is used as a criteria only in the case of COSTS_EQUAL.

-- 
regards,
Andrei Lepikhov
Postgres Professional

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [DOC] Introducing Quick Start Guide to PL/pgSQL and PL/Python Documentation
Next
From: Tom Lane
Date:
Subject: Re: Avoid computing ORDER BY junk columns unnecessarily