Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

To minimize Cache misses in PostgreSQL?

$
0
0

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?


Viewing all articles
Browse latest Browse all 1138

Trending Articles