Re: Best practice to get performance

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Re: Best practice to get performance
Дата
Msg-id ic6s99$mtn$2@dough.gmane.org
обсуждение исходный текст
Ответ на Re: Best practice to get performance  (Andy Colson <andy@squeakycode.net>)
Ответы Re: Best practice to get performance  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
On 11/19/10 15:49, Andy Colson wrote:

> unlogged will only help insert/update performance. Lookup tables sound
> readonly for a majority of time. (I'm assuming lots of reads and every
> once and a while updates). I doubt that unlogged tables would speed up
> lookup tables.

Are FreeBSD's temp tables still storage-backed? (i.e. are there
memory-backed temp tables)?


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

Предыдущее
От: Mage
Дата:
Сообщение: Re: subquery join order by
Следующее
От: Andy Colson
Дата:
Сообщение: Re: Best practice to get performance