Redshift Research Project

System Table Tracker

System view pg_catalog.stl_query_tx_metrics version 1.0.63269 / 2024-02-17

schema name column data type
pg_catalog stl_query_tx_metrics endtime timestamp
pg_catalog stl_query_tx_metrics num_bytes_sent int8
pg_catalog stl_query_tx_metrics num_rows_sent int8
pg_catalog stl_query_tx_metrics pid int4
pg_catalog stl_query_tx_metrics query int4
pg_catalog stl_query_tx_metrics starttime timestamp
pg_catalog stl_query_tx_metrics time_spent_sending_micros int8
pg_catalog stl_query_tx_metrics userid int4
pg_catalog stl_query_tx_metrics xid int8

View Text

SELECT stll_query_tx_metrics.query,
       stll_query_tx_metrics.userid,
       stll_query_tx_metrics.pid,
       stll_query_tx_metrics.xid,
       stll_query_tx_metrics.starttime,
       stll_query_tx_metrics.endtime,
       stll_query_tx_metrics.time_spent_sending_micros,
       stll_query_tx_metrics.num_bytes_sent,
       stll_query_tx_metrics.num_rows_sent
FROM stll_query_tx_metrics


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