Re: scale up (postgresql vs mssql)

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: scale up (postgresql vs mssql)
Дата
Msg-id 4F885604.6080404@pinpointresearch.com
обсуждение исходный текст
Ответ на Re: scale up (postgresql vs mssql)  (Claudio Freire <klaussfreire@gmail.com>)
Ответы Re: scale up (postgresql vs mssql)  (Claudio Freire <klaussfreire@gmail.com>)
Список pgsql-performance
On 04/13/2012 08:04 AM, Claudio Freire wrote:
> ...You might want to try unlogged temp tables, which more
> closely resemble mssql temp tables.
>
If they are permanent tables used for temporary storage then making them
unlogged may be beneficial. But actual temporary tables *are* unlogged
and attempting to create an unlogged temporary table will raise an error.

Cheers,
Steve


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

Предыдущее
От: xlash
Дата:
Сообщение: PostgreSQL - Help Optimizing performance - full text search on Heroku
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: scale up (postgresql vs mssql)