Re: What to call an executor node which lazily caches tuples in a hash table? - Mailing list pgsql-hackers

From Adam Brusselback
Subject Re: What to call an executor node which lazily caches tuples in a hash table?
Date
Msg-id CAMjNa7fjGV39PF9SSqfGzbBgi=1rH5VgRMWT+s0WnzSwtq63Ow@mail.gmail.com
Whole thread Raw
In response to Re: What to call an executor node which lazily caches tuples in a hash table?  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
> Does anyone else like the name "Tuple Cache"?
I personally like that name best.

It makes sense to me when thinking about looking at an EXPLAIN and trying to understand why this node may be there. The way we look up the value stored in the cache doesn't really matter to me as a user, I'm more thinking about the reason the node is there in the first place, which Tuple Cache conveys...at least for me.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq debug log
Next
From: Tomas Vondra
Date:
Subject: Re: Crash in BRIN minmax-multi indexes