mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-13 16:52:24 +00:00
## Problem Each page of the slru segment is fetched individually when it's loaded on demand. ## Summary of Changes Use `Timeline::get_vectored` to fetch 16 at a time.