Guide to Using pg_prewarm
What is pg_prewarm? pg_prewarm is a PostgreSQL module that allows you to load relation data into the PostgreSQL shared buffer cache or the operating system’s buffer cache before it is needed. This can be particularly useful after a database restart, as it helps to avoid the performance penalties typically associated with “cold” caches, where the …