Redshift Research Project

System Table Tracker

System view pg_catalog.stl_plan_explain version 1.0.54239 / 2023-08-04

schema name column data type
pg_catalog stl_plan_explain blockid int4
pg_catalog stl_plan_explain block_nid int4
pg_catalog stl_plan_explain estimate_rows float8
pg_catalog stl_plan_explain estimate_width int4
pg_catalog stl_plan_explain level int4
pg_catalog stl_plan_explain nid int4
pg_catalog stl_plan_explain opname char(25)
pg_catalog stl_plan_explain query int8
pg_catalog stl_plan_explain startup_cost float8
pg_catalog stl_plan_explain total_cost float8

View Text

SELECT stll_plan_explain.query,
       stll_plan_explain.nid,
       stll_plan_explain.level,
       stll_plan_explain.blockid,
       stll_plan_explain.block_nid,
       stll_plan_explain.opname,
       stll_plan_explain.estimate_rows,
       stll_plan_explain.estimate_width,
       stll_plan_explain.total_cost,
       stll_plan_explain.startup_cost
FROM stll_plan_explain


Home 3D Друк Blog Bring-Up Times Consultancy Cross-Region Benchmarks Email Forums IRC Mailing Lists Reddit Redshift Price Tracker Redshift Version Tracker Redshift Workbench System Table Tracker The Known Universe Twitter White Papers