Re: Using CTE vs temporary tables - Mailing list pgsql-general

From David G. Johnston
Subject Re: Using CTE vs temporary tables
Date
Msg-id CAKFQuwYuTAGb4zr5M1Naj+p3tPDkJ=LZ-ZdHseoKd6GgJsMn5w@mail.gmail.com
Whole thread Raw
In response to Using CTE vs temporary tables  (hmidi slim <hmidi.slim2@gmail.com>)
List pgsql-general
On Wed, Jul 11, 2018 at 9:30 AM, hmidi slim <hmidi.slim2@gmail.com> wrote:
Hi,
I have a big query that used about 15 cte and its execution time is acceptable. I'm trying to optimize my query because it contains about 150 lines of code and becomes hard to understand it and add new filter or condition easily.
I think to change some cte with temporary tables and using indexes. I found this answer about performance between CTE and temp tables:

Any suggestion will be welcome.


​Consider views and functions too.

David J.

pgsql-general by date:

Previous
From: hmidi slim
Date:
Subject: Using CTE vs temporary tables
Next
From: Ravi Krishna
Date:
Subject: Re: Using CTE vs temporary tables