Re: select distinct runs slow on pg 10.6 - Mailing list pgsql-performance

From yash mehta
Subject Re: select distinct runs slow on pg 10.6
Date
Msg-id CAMgY1Wn5nTexxb4wSfLGABULu5jkGQr4Fs6kYvKqYEBO1Vi4NA@mail.gmail.com
Whole thread Raw
In response to Re: select distinct runs slow on pg 10.6  (Michael Lewis <mlewis@entrata.com>)
Responses Re: select distinct runs slow on pg 10.6
List pgsql-performance
Hi Michael/Justin/Flo,

Thank you all for your assistance. As Michael said, looks like there are no more tricks left. 

On Mon, Sep 9, 2019 at 9:09 PM Michael Lewis <mlewis@entrata.com> wrote:
If you can't modify the query, then there is nothing more to be done to optimize the execution afaik. Distinct is much slower than group by in scenarios like this with many columns. You already identified the disk sort and increased work mem to get it faster by 3x. There are not any other tricks of which I am aware.

pgsql-performance by date:

Previous
From: Michael Lewis
Date:
Subject: Re: select distinct runs slow on pg 10.6
Next
From: Rick Otten
Date:
Subject: Re: select distinct runs slow on pg 10.6