ended7월 1일· 1 sources

Multi-block buffered reads in PostgreSQL 19 (IO combine & prefetch)

Why it matters

PostgreSQL scans operate at the page level: the buffer manager fetches one 8 KB page (BLCKSZ) at a time, issuing one read per block. The operating system may merge some of these requests through reada...

1
Sources
+0
24h
Growth
3d
Active

Sources

Related Issues