摘要:
https://www.jianshu.com/p/82aaf352b772 这篇文章很不错,里面有个bug,可能是版本不对。 当前(2018-04-11)通过git 下载原代码时,在配置 pgxc_ctl.conf 文件时,需增加 不然在启动时,会报 “ERROR: could not open 阅读全文
摘要:
select now()-query_start as cost_time,* from pg_stat_activity where current_query not in ( '','') and waiting='f' order by waiting,cost_time DESC; 阅读全文