Re: disfavoring unparameterized nested loops - Mailing list pgsql-hackers

From Benjamin Coutu
Subject Re: disfavoring unparameterized nested loops
Date
Msg-id c7300b0679bb622a3b8f@zeyos.com
Whole thread Raw
In response to Re: disfavoring unparameterized nested loops  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
> Actually, if we wanted to improve things in this area, we should have a
> set of queries that don't chose optimal plans we can test with.  We used
> to see them a lot before we had extended statistics, but I don't
> remember seeing many recently, let alone a collection of them.  I guess
> that is good.

In the VLDB paper they actually created their own "Join Order Benchmark", which is publicly available under
https://github.com/gregrahn/join-order-benchmark
It would probably be more suited for this kind of testing than, e.g. the TPC benchmarks.

If there is interest, I could also compile a set of relevant cases based on the message history of the performance
mailinglist. 



pgsql-hackers by date:

Previous
From: bt22nakamorit
Date:
Subject: Re: Make ON_ERROR_STOP stop on shell script failure
Next
From: Peter Smith
Date:
Subject: Re: Perform streaming logical transactions by background workers and parallel apply