Re: memory optimization

From: ptjm(at)interlog(dot)com (Patrick TJ McPhee)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: memory optimization
Date: 2007-08-16 06:33:01
Message-ID: 13c7rstlsg8gu72@corp.supernews.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In article <f9u9hg$2hp7$1(at)news(dot)hub(dot)org>,
Sabin Coanda <sabin(dot)coanda(at)deuromedia(dot)ro> wrote:

[...]
% So, what is better from the postgres memory point of view: to use temporary
% objects, or to use common variables ?

Temp tables can cause serious bloat in some of the system catalog tables.
--

Patrick TJ McPhee
North York Canada
ptjm(at)interlog(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message bhyuan 2007-08-16 06:40:28 UTF-8 encoding problem
Previous Message Sabin Coanda 2007-08-16 06:17:37 Re: memory optimization