Re: Access plan selection logic PG9.2 -> PG14

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Access plan selection logic PG9.2 -> PG14
Дата
Msg-id 9da2d3e1-708d-ba92-cdec-96f3bddec397@aklaver.com
обсуждение исходный текст
Ответ на Access plan selection logic PG9.2 -> PG14  ("Ryo Yamaji (Fujitsu)" <yamaji.ryo@fujitsu.com>)
Ответы RE: Access plan selection logic PG9.2 -> PG14
Список pgsql-general
On 9/14/23 00:15, Ryo Yamaji (Fujitsu) wrote:
> 
> Hi all
> 
> I am planning to migrate from PostgreSQL9.2 to PostgreSQL14.7.
> Running the same SQL with the same statistics as previous versions resulted in different access plans.
> I have no knowledge of the PostgreSQL planner and would like to be informed. Please assist.
> 
> Behavior:
> I am using an environment in which the statistics have been manually updated using pg_dbms_stats. (*)

Why not just run ANALYZE on the new 14.7 instance?

> In PostgreSQL9.2, the primary key was selected when a SELECT was executed with all columns of the primary key
specifiedas equals in the where clause.
 


-- 
Adrian Klaver
adrian.klaver@aklaver.com




В списке pgsql-general по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Access plan selection logic PG9.2 -> PG14
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Help with PostgreSQL Upgrade