You can check the number of connections to your deployment with the admin user, psql , and pg_stat_database . SELECT count(distinct(numbackends)) FROM ...
確定! 回上一頁