Re: materialize

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: materialize
Дата
Msg-id 4140.1196114025@sss.pgh.pa.us
обсуждение исходный текст
Ответ на materialize  (Ehab Galal <ehabgalal123@hotmail.com>)
Список pgsql-sql
Ehab Galal <ehabgalal123@hotmail.com> writes:
> I was wondering why do we need the Materialize node in the plan below when i explain a query? 

It's cheaper to scan a materialized rowset many times than a raw table
--- we don't need to re-access shared memory nor re-check row visibility.
        regards, tom lane


В списке pgsql-sql по дате отправления: