Re: pgv18: simple table scan take more time than pgv14

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: pgv18: simple table scan take more time than pgv14
Дата
Msg-id CAKFQuwY-t15_xnfWo42KrxaSo=EzU0Mmia4+GMrT2_N+nh0TWQ@mail.gmail.com
обсуждение исходный текст
Ответ на pgv18: simple table scan take more time than pgv14  (James Pang <jamespang886@gmail.com>)
Список pgsql-hackers
On Thursday, June 19, 2025, James Pang <jamespang886@gmail.com> wrote:
same OS RHEL8, install pgv14.11 and pgv18.beta1_3, both installation by RPM from pgdg, and use similar postgresql.conf. 

You will need to show encoding and locale information for the databases under test.
 

postgres$#    for counter in 1..1000000 loop
postgres$# insert into tt values(counter,'jamestest');


Using generate_series is a lot easier and faster.
 
Also, filtering using the operator “~~” doesn’t constitute a “simple” table scan.

David J.


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