当前位置:网站首页>Gbase 8C transaction ID and snapshot (V)
Gbase 8C transaction ID and snapshot (V)
2022-07-28 01:55:00 【Dazhuang twelve】
pg_stat_get_wlm_realtime_ec_operator_info
describe : Get from the internal hash table EC Execution plan operator information .
Parameters :nan
return type :queryid bigint, plan_node_id integer, plan_node_name text, start_time timestamp with time zone, ec_operator integer, ec_status text, ec_execute_datanode text, ec_dsn text, ec_username text, ec_query text, ec_libodbc_type text, ec_fetch_count bigint
pg_stat_get_wlm_operator_info
describe : Get the execution plan operator information from the internal hash table .
Parameters :nan
return type :queryid bigint, pid bigint, plan_node_id integer, plan_node_name text, start_time timestamp with time zone, duration bigint, query_dop integer, estimated_rows bigint, tuple_processed bigint, min_peak_memory integer, max_peak_memory integer, average_peak_memory integer, memory_skew_percent integer, min_spill_size integer, max_spill_size integer, average_spill_size integer, spill_skew_percent integer, min_cpu_time bigint, max_cpu_time bigint, total_cpu_time bigint, cpu_skew_percent integer, warning text
pg_stat_get_wlm_node_resource_info
describe : Get the current node resource information .
Parameters :nan
return type :min_mem_util integer, max_mem_util integer, min_cpu_util integer, max_cpu_util integer, min_io_util integer, max_io_util integer, used_mem_rate integer
pg_stat_get_session_wlmstat
describe : Return the current session load information .
Parameters :pid integer
return type :datid oid, threadid bigint, sessionid bigint, threadpid integer, usesysid oid, appname text, query text, priority bigint, block_time bigint, elapsed_time bigint, total_cpu_time bigint, skew_percent integer, statement_mem integer, active_points integer, dop_value integer, current_cgroup text, current_status text, enqueue_state text, attribute text, is_plana boolean, node_group text, srespool name
pg_stat_get_wlm_ec_operator_info
describe : Get from the internal hash table EC Execution plan operator information .
Parameters :nan
return type :queryid bigint, plan_node_id integer, plan_node_name text, start_time timestamp with time zone, duration bigint, tuple_processed bigint, min_peak_memory integer, max_peak_memory integer, average_peak_memory integer, ec_operator integer, ec_status text, ec_execute_datanode text, ec_dsn text, ec_username text, ec_query text, ec_libodbc_type text, ec_fetch_count bigint
pg_stat_get_wlm_instance_info
describe : Return current instance load information .
Parameters :nan
return type :instancename text, timestamp timestamp with time zone, used_cpu integer, free_memory integer, used_memory integer, io_await double precision, io_util double precision, disk_read double precision, disk_write double precision, process_read bigint, process_write bigint, logical_read bigint, logical_write bigint, read_counts bigint, write_counts bigint
边栏推荐
- 阿虎的故事
- GBase 8c 事务ID和快照(一)
- Dart 代码注释和文档编写规范
- [interview: concurrent article 28:volatile] orderliness
- Thinking about some things
- Leetcode: 515. Find the maximum value in each tree row
- GBase 8c 服务器信号函数
- Docker builds MySQL master-slave locally
- 使用Gateway的流式api修改请求路径
- Zhi Huijun, Huawei's "genius youth", has made a new work, building a "customized" smart keyboard from scratch
猜你喜欢
随机推荐
C # learning notes ----- C # connect to MySQL database
Custom events
Enterprise operation and maintenance practice - using aliyun container image service to pull and build images of overseas GCR and quay warehouses
Establishment of elk log analysis system
A happy old age
网易云仿写
Leetcode high frequency question 128. the longest continuous sequence, which is often tested in interviews with Internet companies
GBase 8c 恢复控制函数
忘记root密码
EEG多元模式分析预测慈善捐赠行为
物企大变局时代,SRM供应商采购系统助力企业打造物业采购数字化标杆
面试官:你确定Redis是单线程的进程吗?
【taichi】在太极中画出规整的网格
ros2 launch文件常用模块
Matlab 44 animation gradient drawing programs
Interview question 01.09. string rotation
开源飞控(PX4、ardupilot)
喜欢听的歌曲
##ELK日志分析系统搭建##
The story of the third uncle









