Yuchen Liang
Yuchen Liang
https://neondb.slack.com/archives/C06K38EB05D/p1724862763546569?thread_ts=1724751816.854819&cid=C06K38EB05D
## Problem We need to use aligned buffer to enable Direct IO. Currently there is no primitive for constructing such buffer. ## Summary of changes - Introduce `IoBufferMut`, new-type around...
Testing direct IO for https://github.com/neondatabase/neon/pull/9326
Part of #8130 ## Problem Pageserver previously goes through the kernel page cache for all the IOs. The kernel page cache makes light-loaded pageserver have deceptive fast performance. Using direct...