Regarding query minimizer (simplifier) - Mailing list pgsql-hackers

From Jung, Jinho
Subject Regarding query minimizer (simplifier)
Date
Msg-id DM5PR07MB3927B3C39041AED5C5F6FB96EEE30@DM5PR07MB3927.namprd07.prod.outlook.com
Whole thread Raw
Responses Re: Regarding query minimizer (simplifier)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers


Hello, I am Jinho Jung, Phd Student from GeorgiaTech, and try to find any SQL queries that cause performance regression. While conducting evaluation, I found an interesting query which makes x80 times slower execution in version 10.5 than version 9.4. Please see the attached files, if you are interested. 

To analyze the root cause of problem, I had to find minimal query that contains same problem. (i.e., same regression issue) The initial query was about 14K and I should manually remove part of query. (it took about 30 minutes to get 500 bytes query) So I am wondering if there are tools to automatically simplify statements to analyze the performance issue.

Thanks,
Jinho Jung

Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: pg_dumpall --exclude-database option
Next
From: Fabien COELHO
Date:
Subject: RE: pgbench - doCustom cleanup