BUG #16065: The operation nodes in query plans outputted by EXPLAIN have no authoritative definitions. - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16065: The operation nodes in query plans outputted by EXPLAIN have no authoritative definitions.
Date
Msg-id 16065-4c4eddc338dbd871@postgresql.org
Whole thread Raw
Responses Re: BUG #16065: The operation nodes in query plans outputted byEXPLAIN have no authoritative definitions.
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #16026: default_tablespace in postgresql.conf is usedinstead of the database's default.
Next
From: PG Bug reporting form
Date:
Subject: BUG #16066: Ldap Authentication failure on PostgreSQL 10.10