Thread

  1. Re: What to call an executor node which lazily caches tuples in a hash table?

    Adam Brusselback <adambrusselback@gmail.com> — 2021-03-31T22:22:34Z

    > 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.