-
- Downloads
Include planning time in EXPLAIN ANALYZE output.
This doesn't work for prepared queries, but it's not too easy to get the information in that case and there's some debate as to exactly what the right thing to measure is, so just do this for now. Andreas Karlsson, with slight doc changes by me.
Showing
- doc/src/sgml/perform.sgml 27 additions, 0 deletionsdoc/src/sgml/perform.sgml
- doc/src/sgml/ref/explain.sgml 12 additions, 5 deletionsdoc/src/sgml/ref/explain.sgml
- src/backend/commands/explain.c 21 additions, 3 deletionssrc/backend/commands/explain.c
- src/backend/commands/prepare.c 1 addition, 1 deletionsrc/backend/commands/prepare.c
- src/include/commands/explain.h 2 additions, 2 deletionssrc/include/commands/explain.h
Loading
Please register or sign in to comment