SELECT (heap_blks_hit::decimal / (heap_blks_hit + heap_blks_read)) as cache_hit_ratio FROM pg_statio_user_tables WHERE relname = 'large_table';