Redshift Research Project

System Table Tracker

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

schema name column data type
pg_catalog stl_network_throttle avg_token_hold_time float8
pg_catalog stl_network_throttle avg_token_wait_time float8
pg_catalog stl_network_throttle client_id char(64)
pg_catalog stl_network_throttle log_time timestamp
pg_catalog stl_network_throttle max_concurrent_sessions int4
pg_catalog stl_network_throttle max_token_hold_time float8
pg_catalog stl_network_throttle max_token_wait_time float8
pg_catalog stl_network_throttle min_token_hold_time float8
pg_catalog stl_network_throttle min_token_wait_time float8
pg_catalog stl_network_throttle num_high_throttle_set int4
pg_catalog stl_network_throttle num_low_throttle_set int4
pg_catalog stl_network_throttle num_low_unthrottle_set int4
pg_catalog stl_network_throttle num_zero_unthrottle_set int4
pg_catalog stl_network_throttle registered int4
pg_catalog stl_network_throttle throttle_step int4
pg_catalog stl_network_throttle times_thread_held_token int8
pg_catalog stl_network_throttle times_thread_wait_for_token int8

View Text

SELECT stll_network_throttle.log_time,
       stll_network_throttle.client_id,
       stll_network_throttle.registered,
       stll_network_throttle.throttle_step,
       stll_network_throttle.max_concurrent_sessions,
       stll_network_throttle.num_high_throttle_set,
       stll_network_throttle.num_low_throttle_set,
       stll_network_throttle.num_low_unthrottle_set,
       stll_network_throttle.num_zero_unthrottle_set,
       stll_network_throttle.avg_token_wait_time,
       stll_network_throttle.min_token_wait_time,
       stll_network_throttle.max_token_wait_time,
       stll_network_throttle.times_thread_wait_for_token,
       stll_network_throttle.avg_token_hold_time,
       stll_network_throttle.min_token_hold_time,
       stll_network_throttle.max_token_hold_time,
       stll_network_throttle.times_thread_held_token
FROM stll_network_throttle


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