Comment on Prewarming PostgreSQL I/O cachesparentComments−the84726yIs there another case justifying a pre-fetching?Filling terabytes of memory from non-local storage (even if it is SSD) can take some time and benefits from parallel sequential readaheads instead of doing many small, random reads.
Comments
Filling terabytes of memory from non-local storage (even if it is SSD) can take some time and benefits from parallel sequential readaheads instead of doing many small, random reads.