Re: Memory consumption problem

From: Valentin Gjorgjioski <tinodj(at)mt(dot)net(dot)mk>
To:
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Memory consumption problem
Date: 2006-05-05 15:32:29
Message-ID: 445B700D.20503@mt.net.mk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 05.05.2006 16:52 Franck Routier wrote:
> Hi,
>
> I have a problem with a simple request :
>
> insert into mytable
> select a.id, a.desc, 'mystring'
> from mytable a;
>
well similar queries with 2 milion tuples runs on my server in 1sec
without problems.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Daniel T. Staal 2006-05-05 15:33:06 Re: Memory consumption problem
Previous Message Franck Routier 2006-05-05 14:52:29 Memory consumption problem