BUG #16065: The operation nodes in query plans outputted by EXPLAIN have no authoritative definitions.

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16065: The operation nodes in query plans outputted by EXPLAIN have no authoritative definitions.
Дата
Msg-id 16065-4c4eddc338dbd871@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16065: The operation nodes in query plans outputted byEXPLAIN have no authoritative definitions.  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16065
Logged by:          Eric Toombs
Email address:      ewtoombs@uwaterloo.ca
PostgreSQL version: 12.0
Operating system:   any
Description:

The official documentation of EXPLAIN is here:
https://www.postgresql.org/docs/current/sql-explain.html

It's a start, but it doesn't actually define any of the operation nodes in
the query plan tree it outputs, e.g. Seq Scan, Index Scan, Index Only Scan,
HashAggregate, Nested Loop, Nested Loop Semi Join, Nested Loop Anti Join,
etc.. Online, there are descriptions (i.e. guesses) of what each operation
node is actually doing, but these descriptions are not authoritative.

With authoritative definitions of each operation node, there would be no
more guesswork, and DBAs could have a much more reliable mental model of
what a query plan actually does.


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #16026: default_tablespace in postgresql.conf is usedinstead of the database's default.
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16066: Ldap Authentication failure on PostgreSQL 10.10