bdd·5 ay önce·discussWorks on this Postgres 17.7:postgres=# show server_version; server_version ------------------------------- 17.7 (Debian 17.7-3.pgdg13+1) (1 row)postgres=# SELECT sum(blks_hit)/nullif(sum(blks_hit+blks_read),0) AS cache_hit_ratio FROM Pg_stat_database; cache_hit_ratio ------------------------ 0.99448341937558994728 (1 row)
bdd·10 ay önce·discussIPv6 adoption visualizations from others:- Meta: https://www.facebook.com/ipv6/- Akamai: https://www.akamai.com/security-research/ipv6-adoption-visua...- Cloudflare: https://radar.cloudflare.com/adoption-and-usage
postgres=# show server_version; server_version ------------------------------- 17.7 (Debian 17.7-3.pgdg13+1) (1 row)
postgres=# SELECT sum(blks_hit)/nullif(sum(blks_hit+blks_read),0) AS cache_hit_ratio FROM Pg_stat_database; cache_hit_ratio ------------------------ 0.99448341937558994728 (1 row)