Question regarding SQL-query minimizer - Mailing list pgsql-hackers

From Jinho Jung
Subject Question regarding SQL-query minimizer
Date
Msg-id CAH9BtsfyHJ79iJPmEcdPgijEzW=CLfnNWPuHG1nUpy5zzvpnJQ@mail.gmail.com
Whole thread Raw
List pgsql-hackers

Hello, I am Jinho. Yesterday, I found one interesting SQL statement that actual query execution time took much longer than expected. I also check the result is wrong from EXPLAIN ANALYZE. 

Current problem is the length of SQL (14KB) when I try to analyze the root cause. If you want to remove unnecessary part (i.e., minimize the size of SQL unless it contains same problem), do you use any tool?

Thanks,
Jinho Jung

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Refactor textToQualifiedNameList()
Next
From: Dmitry Dolgov
Date:
Subject: Re: Index Skip Scan