postgresql/src/include/tcop
Tom Lane 06286709ee Invent SERIALIZE option for EXPLAIN.
EXPLAIN (ANALYZE, SERIALIZE) allows collection of statistics about
the volume of data emitted by a query, as well as the time taken
to convert the data to the on-the-wire format.  Previously there
was no way to investigate this without actually sending the data
to the client, in which case network transmission costs might
swamp what you wanted to see.  In particular this feature allows
investigating the costs of de-TOASTing compressed or out-of-line
data during formatting.

Stepan Rutz and Matthias van de Meent,
reviewed by Tomas Vondra and myself

Discussion: https://postgr.es/m/ca0adb0e-fa4e-c37e-1cd7-91170b18cae1@gmx.de
2024-04-03 17:41:57 -04:00
..
backend_startup.h Move code for backend startup to separate file 2024-03-18 11:38:10 +02:00
cmdtag.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
cmdtaglist.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
deparse_utility.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
dest.h Invent SERIALIZE option for EXPLAIN. 2024-04-03 17:41:57 -04:00
fastpath.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
pquery.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
tcopprot.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
utility.h Update copyright for 2024 2024-01-03 20:49:05 -05:00