SLRU
Updated at:
PolarDB for PostgreSQL accesses certain on-disk data through simple least-recently-used (SLRU) caches. Call polar_stat_slru() to obtain monitoring information about these caches.
Query SLRU statistics
SELECT * FROM polar_stat_slru();Is this page helpful?