Re: Columns correlation and adaptive query optimization - Mailing list pgsql-hackers

From legrand legrand
Subject Re: Columns correlation and adaptive query optimization
Date
Msg-id 1571091617016-0.post@n3.nabble.com
Whole thread Raw
In response to Columns correlation and adaptive query optimization  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Responses Re: Columns correlation and adaptive query optimization
List pgsql-hackers
Hello Konstantin,

What you have proposed regarding join_selectivity and multicolumn statistics
is a very good new !

Regarding your auto_explain modification, maybe an "advisor" mode would also
be helpfull (with auto_explain_add_statistics_threshold=-1 for exemple).
This would allow to track which missing statistic should be tested (manually
or in an other environment).

In my point of view this advice should be an option of the EXPLAIN command,
that should also permit
auto_explain module to propose "learning" phase.

Regards
PAscal



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: BRIN index which is much faster never chosen by planner
Next
From: Tom Lane
Date:
Subject: Re: "pg_ctl: the PID file ... is empty" at end of make check