Re: Questions about temporary tables and performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Questions about temporary tables and performance
Дата
Msg-id 25141.1121575493@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Questions about temporary tables and performance  (Steven Rosenstein <srosenst@us.ibm.com>)
Список pgsql-performance
Steven Rosenstein <srosenst@us.ibm.com> writes:
> Are there any performance issues or considerations associated with using a
> temporary table in this scenario?

It's probably worthwhile to ANALYZE the temp table after it's filled,
before you start joining to it.

            regards, tom lane

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

Предыдущее
От: Steven Rosenstein
Дата:
Сообщение: Questions about temporary tables and performance
Следующее
От: Christopher Petrilli
Дата:
Сообщение: Impact of checkpoint_segments under continual load conditions