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

Поиск
Список
Период
Сортировка
От Adam Brusselback
Тема Re: What to call an executor node which lazily caches tuples in a hash table?
Дата
Msg-id CAMjNa7fjGV39PF9SSqfGzbBgi=1rH5VgRMWT+s0WnzSwtq63Ow@mail.gmail.com
обсуждение исходный текст
Ответ на Re: What to call an executor node which lazily caches tuples in a hash table?  (Andres Freund <andres@anarazel.de>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq debug log
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Crash in BRIN minmax-multi indexes