Re: memory optimization

Поиск
Список
Период
Сортировка
От Sabin Coanda
Тема Re: memory optimization
Дата
Msg-id fa0q5o$61j$1@news.hub.org
обсуждение исходный текст
Ответ на memory optimization  ("Sabin Coanda" <sabin.coanda@deuromedia.ro>)
Ответы Re: memory optimization
Список pgsql-general
>>
>> So, what is better from the postgres memory point of view: to use
>> temporary
>> objects, or to use common variables ?
>
>A temp table might take *slightly* more room than variables...
>
>> Can you suggest me other point of views to be taken into consideration in
>> my
>> case ?
>
>Code maintenance. I can't think of anyway to replace a temp table with
>variables that isn't a complete nightmare.

With some conversion procedures that is even easiest to do it ;)

Regards,
Sabin



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

Предыдущее
От: "Phoenix Kiula"
Дата:
Сообщение: Re: Fastest way to import only ONE column into a table? (COPY doesn't work)
Следующее
От: "Mikko Partio"
Дата:
Сообщение: PostgreSQL clustering (shared disk)