Page Cache Performance and Evictions
4.2 · Lesson

Page Cache Performance and Evictions

In the storage lesson, you learned that ideally your graph should fit into the page cache for optimal performance. In this lesson you'll learn how to monitor the page cache to ensure your graph data is being served from memory rather than disk.

The page cache stores frequently accessed graph data in memory. When your storage size exceeds the available page cache, queries must read from disk, which reduces performance.