Re: Query planner gaining the ability to replanning after start of query execution.

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Query planner gaining the ability to replanning after start of query execution.
Date: 2017-11-14 21:26:16
Message-ID: 1510694776440-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

As a first step, before relaunching the query with a new plan I would be
happy to be able to get information about sql queries having wrong
estimates.

Maybe thoses SQL queries could be collected using something similar to
"auto_explain" module (tracing finished or cancelled queries).

If the "corrected plan" taking into account real cardinalities was proposed
(with some advices on how to get it) it would be a great tuning adviser ;o)

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-performance-f2050081.html

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Samir Magar 2017-11-15 09:33:39 query performance issue
Previous Message Oliver Mattos 2017-11-13 23:20:44 Re: Query planner gaining the ability to replanning after start of query execution.