Re: what's the slowest part in the SQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: what's the slowest part in the SQL
Дата
Msg-id 14676.1470794265@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: what's the slowest part in the SQL  (Suya Huang <shuang@connexity.com>)
Ответы Re: what's the slowest part in the SQL
Список pgsql-performance
Suya Huang <shuang@connexity.com> writes:
> Thank you Tom very much, that’s the piece of information I miss.
> So, should I expect that the nested loop join would be much faster if I cache both tables (use pg_prewarm) into
memoryas it waives the disk read? 

pg_prewarm is not going to magically fix things if your table is bigger
than RAM, which it apparently is.

            regards, tom lane


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

Предыдущее
От: Suya Huang
Дата:
Сообщение: Re: what's the slowest part in the SQL
Следующее
От: Suya Huang
Дата:
Сообщение: Re: what's the slowest part in the SQL