Re: CTE with JOIN of two tables is much faster than a regular query

From: Ravi Krishna <sravikrishna(at)aol(dot)com>
To: kpi6288(at)gmail(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: CTE with JOIN of two tables is much faster than a regular query
Date: 2018-08-18 16:25:14
Message-ID: 807123113.9511341.1534609514205@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> What can I do to improve the performance of the regular query without using a CTE?

Why do you care ? When I find that I can write a SQL 3 different ways, I will go for the most
efficient one. So why not accept the CTE version of this SQL. Just curious.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message kpi6288 2018-08-18 16:33:30 AW: CTE with JOIN of two tables is much faster than a regular query
Previous Message Dmitri Maziuk 2018-08-18 16:12:13 Re: vPgSql