摘要:
os: centos 7.4 postgresql: 10.4 check_postgres: 2.24.0check_postgres is a script for monitoring various attributes of your databa... 阅读全文
摘要:
os:centos 7.4 postgresql:10.4PREPARE — 为执行准备一个语句,类似于oracle 的绑定变量,可以直接使用相同的执行计划,没有硬解析的代价。应用场景为:在一个会话要执行大量类似语句时,预备语句可能会有最大性能优势。 如果该... 阅读全文