Re: performance of temporary vs. regular tables

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: performance of temporary vs. regular tables
Дата
Msg-id AANLkTik4_exB6U3GlfLMNIgPSk0G3RVQ8fWBTzwekrke@mail.gmail.com
обсуждение исходный текст
Ответ на performance of temporary vs. regular tables  (Joachim Worringen <joachim.worringen@iathh.de>)
Ответы Re: performance of temporary vs. regular tables
Список pgsql-performance
temporary tables are handled pretty much like the regular table. The
magic happens on schema level, new schema is setup for connection, so
that it can access its own temporary tables.
Temporary tables also are not autovacuumed.
And that's pretty much the most of the differences.

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

Предыдущее
От: Joachim Worringen
Дата:
Сообщение: performance of temporary vs. regular tables
Следующее
От: Joachim Worringen
Дата:
Сообщение: Re: performance of temporary vs. regular tables