From: | Nikita Malakhov <hukutoc(at)gmail(dot)com> |
---|---|
To: | Andrei Lepikhov <lepihov(at)gmail(dot)com> |
Cc: | Ba Jinsheng <bajinsheng(at)u(dot)nus(dot)edu>, "pgsql-performance(at)lists(dot)postgresql(dot)org" <pgsql-performance(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Performance of Query 60 on TPC-DS Benchmark |
Date: | 2024-11-29 14:27:18 |
Message-ID: | CAN-LCVPco=XwNyj2eCM3KAmnR9sSqbpyS0dyKAiDuzQ3C1SFxg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Hi!
Please check the following proposal (patch in attach).
The main idea is to reject only obviously worse paths (costs considerably
more
than compared one), and to pass pre-calculated startup cost to precheck
function
for more accurate comparison.
>
> --
Regards,
Nikita Malakhov
Postgres Professional
The Russian Postgres Company
https://postgrespro.ru/
Attachment | Content-Type | Size |
---|---|---|
v1-0001-ppath-precheck.patch | application/octet-stream | 4.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2024-12-05 06:51:24 | Re: proposal: schema variables |
Previous Message | Nikita Malakhov | 2024-11-28 07:58:04 | Re: Performance of Query 60 on TPC-DS Benchmark |