git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 97ce821) | patch
Invent SERIALIZE option for EXPLAIN.
Wed, 3 Apr 2024 21:41:54 +0000 (17:41 -0400)
Wed, 3 Apr 2024 21:41:57 +0000 (17:41 -0400)
commit 06286709ee0637ec7376329a5aa026b7682dcfe2
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
doc/src/sgml/perform.sgml diff | blob | blame | history
doc/src/sgml/ref/explain.sgml diff | blob | blame | history
src/backend/access/common/printtup.c diff | blob | blame | history
src/backend/commands/explain.c diff | blob | blame | history
src/backend/tcop/dest.c diff | blob | blame | history
src/include/commands/explain.h diff | blob | blame | history
src/include/tcop/dest.h diff | blob | blame | history
src/test/regress/expected/explain.out diff | blob | blame | history
src/test/regress/sql/explain.sql diff | blob | blame | history
src/tools/pgindent/typedefs.list diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /