You can calculate cache misses as described here.
However, I am interested in how to minimize the phenomenon.
I have some algorithms that are based on hash tables, which cause much cache misses by having random accesses.
I am interested in how you can minimize cache misses in PostgreSQL.
How can you minimize Cache misses in PostgreSQL by design?