Memoize operations cache the results of lookups, avoiding the need to do them again.
Less commonly looked up results may be evicted from the cache when more space is required for new entries.
Memoize was added in PostgreSQL 14, for nested loop operations where enough duplicates are expected that caching is estimated to be cheaper.
Memoize fields
Async Capable
Cache Key
Cache Mode
Cache Hits
Cache Misses
Cache Evictions
Cache Overflows
Related operations
Related official docs
Further reading
For more help deciphering query plans, check out our product pgMustard.
Last checked: September 2024, PostgreSQL 17
Issue reports and suggestions are welcome, please get in touch.