Re: [GENERAL] Partitioned TEMP tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Partitioned TEMP tables
Дата
Msg-id 16463.1501532211@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [GENERAL] Partitioned TEMP tables  (Ed Behn <ed.behn@rockwellcollins.com>)
Ответы Re: [GENERAL] Partitioned TEMP tables  (Ed Behn <ed.behn@rockwellcollins.com>)
Список pgsql-general
Ed Behn <ed.behn@rockwellcollins.com> writes:
> Does partitioning of TEMP tables not work like non-TEMP tables?

Should be the same ... but you don't get any auto-analyze support on
a temp table.  I wonder if you're remembering to ANALYZE the temp
tables after you've populated them.

            regards, tom lane


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

Предыдущее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: [GENERAL] Dealing with ordered hierarchies
Следующее
От: Ed Behn
Дата:
Сообщение: Re: [GENERAL] Partitioned TEMP tables