Re: Re: Postgres insert performance and storage requirement compared to Oracle

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: Postgres insert performance and storage requirement compared to Oracle
Дата
Msg-id 3989.1288236745@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: Postgres insert performance and storage requirement compared to Oracle  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-performance
Robert Haas <robertmhaas@gmail.com> writes:
> Gee, I wonder if it would possible for PG to automatically do an
> asynchronous commit of any transaction which touches only temp tables.

Hmm ... do we need a commit at all in such a case?  If our XID has only
gone into temp tables, I think we need to write to clog, but we don't
really need a WAL entry, synced or otherwise.

            regards, tom lane

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

Предыдущее
От: Divakar Singh
Дата:
Сообщение: Re: Postgres insert performance and storage requirement compared to Oracle
Следующее
От: Rob Wultsch
Дата:
Сообщение: Re: BBU Cache vs. spindles