memory optimization

From: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
To: pgsql-general(at)postgresql(dot)org
Subject: memory optimization
Date: 2007-08-15 07:21:31
Message-ID: f9u9hg$2hp7$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi there,

I have a procedure which uses temporary objects (table and sequence). I
tried to optimize it, using common variables (array and long varchar)
instead. I didn't found any difference in performance, but I'd like to
choose the best option from other points of view. One of them is the memory.

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

Can you suggest me other point of views to be taken into consideration in my
case ?

TIA,
Sabin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hannes Dorbath 2007-08-15 07:32:04 Re: Persistent connections in PHP
Previous Message Greg Williamson 2007-08-15 07:21:27 Re: Transactional DDL