semillero-INVIMA/benchmarks/results/query02/explain_before_summary.json

26 lines
569 B
JSON

{
"planning_ms": 7.218,
"execution_ms": 2380.218,
"node_types": "Limit, Gather Merge, Sort, Seq Scan",
"seq_scans": 1,
"index_scans": 0,
"index_only_scans": 0,
"bitmap_heap_scans": 0,
"sorts": 1,
"incremental_sorts": 0,
"gathers": 0,
"gather_merges": 1,
"estimated_rows": 25,
"actual_rows": 25,
"estimated_width": 596,
"rows_removed_by_filter": 0,
"shared_hit_blocks": 63428,
"shared_read_blocks": 844108,
"temp_read_blocks": 0,
"temp_written_blocks": 0,
"wal_records": 0,
"sort_methods": [
"top-N heapsort 44Memory"
]
}