Skip to content

Instantly share code, notes, and snippets.

View hairybreeches's full-sized avatar

Dave Conlin hairybreeches

  • United Kingdom, Europe
View GitHub Profile
@hairybreeches
hairybreeches / complex-explain.json
Created September 14, 2018 09:48
Example of a postgres EXPLAIN query featuring several nodes
[
{
"Plan": {
"Node Type": "Sort",
"Parallel Aware": false,
"Startup Cost": 482.81,
"Total Cost": 485.31,
"Plan Rows": 1000,
"Plan Width": 524,
"Sort Key": ["\"*SELECT* 1\".title"],