Re: Query performance issue

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Query performance issue
Date: 2024-10-22 20:00:50
Message-ID: CANzqJaDpTOQ3d8JaMP90dRjqBM3NQozxL2eovOsfQKqFJOcLiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Oct 22, 2024 at 3:02 PM Greg Sabino Mullane <htamfids(at)gmail(dot)com>
wrote:
[snip]

> * Don't use the "FROM table1, table2, table3" syntax but use "FROM table1
> JOIN table2 ON (...) JOIN table3 ON (...)
>

Why?

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> crustacean!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2024-10-22 20:06:20 Re: Query performance issue
Previous Message Koen De Groote 2024-10-22 19:50:24 Re: Basebackup fails without useful error message