Difference between revisions of "Cache hit ratio"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
[[pg_statio_user_tables]]; | [[pg_statio_user_tables]]; | ||
+ | == Related terms == | ||
+ | * [[TablePlus]] | ||
== See also == | == See also == |
Revision as of 09:32, 5 August 2021
SELECT sum(heap_blks_read) as heap_read, sum(heap_blks_hit) as heap_hit, sum(heap_blks_hit) / (sum(heap_blks_hit) + sum(heap_blks_read)) as ratio FROM pg_statio_user_tables;
Related terms
See also
- Databases: Database management, SQL, NoSQL, Wide column, PostgreSQL, MariaDB, MySQL, Derby DB, MongoDB, Cassandra, SQLite, HSQL2, H2, RocksDB, Microsoft SQL Server, DB2, Oracle Database, Memcached, Berkeley DB, Collation, SingleStore, Amazon Aurora, Graph database, Amazon DynamoDB, PrestoDB, Cache hit ratio, ACID, WAL, ARIES, DBMS, OLTP, OLAP, Database Schema, CockroachDB, Tables, Views, Apache Druid, RDMS
Advertising: