Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seansong327/1705d7d36e9a0e7dea39e13459fb5108 to your computer and use it in GitHub Desktop.
Save seansong327/1705d7d36e9a0e7dea39e13459fb5108 to your computer and use it in GitHub Desktop.
LOAD 'auto_explain';
set auto_explain.log_analyze = true;
set auto_explain.log_nested_statements = true;
set auto_explain.log_min_duration = 0;
set auto_explain.log_verbose = true;
set auto_explain.log_timing = true;
-- execute function
set auto_explain.log_analyze = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment