Hi,
On Wed, Mar 26, 2025 at 4:59 PM Ashutosh Bapat
<ashutosh.bapat.oss@gmail.com> wrote:
>
>
> The averages are now more stable than the previous exercise. Some regressions seen with the first exercise are not
seenwith the other and some improvements seens with the first exercise are not seen with the second and vice versa. The
regressionspresent in both the exercises will not be seen, if I repeat the exercise a few more times. So I think those
regressionsor improvements seen with lower number of joins and lower number of partitions aren't real and they are
mostlywithin noise level. However, the improvements seen with higher numbers of joins and partitions are always there
irrespectiveof the number of times I repeat the exercise. Please note that we have only tried partitions upto 256.
Previousmeasurements have seen stable improvements in case of higher number of partitions.
>
Further, I experimented with hash table size. Attached images have
four graphs for planning time and planner's memory consumption
measured for a 3-way join for initial has table sizes of 64, 128 and
256 respectively.
1. Planning time vs number of partitions with PWJ enabled
2. planning time vs number of partitions with PWJ disabled
3. Memory consumed vs number of partitions with PWJ enabled
4. Memory consumed vs number of partitions with PWJ disabled
Also find attached the spreadsheet containing the measurements and
also the charts.
In the graphs, one can observe that the lines corresponding to all
three hash table sizes are inseparable. That leads to a conclusion
that the planning time or memory consumption doesn't change with hash
table size.
As a result I am keeping the initial hash table size = 256L, same as
the previously attached patches.
--
Best Wishes,
Ashutosh Bapat