Re: Query Performance / Planner estimate off

From: Mats Olsen <mats(at)duneanalytics(dot)com>
To: Victor Yegorov <vyegorov(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Query Performance / Planner estimate off
Date: 2020-10-20 14:50:02
Message-ID: 225f4817-ca74-a595-8ff4-58c6a591578b@duneanalytics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On 10/20/20 3:04 PM, Victor Yegorov wrote:
> вт, 20 окт. 2020 г. в 11:38, Mats Julian Olsen <mats(at)duneanalytics(dot)com
> <mailto:mats(at)duneanalytics(dot)com>>:
>
> I'm looking for some help to manage queries against two large tables.
>
>
> Can you tell the version you're running currently and the output of
> this query, please?
>
>     select name,setting,source from pg_settings where source not in
> ('default','override');
>
Running "PostgreSQL 12.2 (Ubuntu 12.2-2.pgdg19.10+1) on
x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 9.2.1-9ubuntu2) 9.2.1
20191008, 64-bit"

Updated the gist to include the results forom pg_settings. Here's the
direct link
https://gist.githubusercontent.com/mewwts/9f11ae5e6a5951593b8999559f5418cf/raw/e5deebbbb48680e04570bec4e9a816fa009da34f/pg_settings

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mats Olsen 2020-10-20 16:45:36 Re: Query Performance / Planner estimate off
Previous Message Sushant Pawar 2020-10-20 13:40:08 Re: Query Performance / Planner estimate off