Re: Memory consumption problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Franck Routier <franck(dot)routier(at)axege(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Memory consumption problem
Date: 2006-05-05 16:52:10
Message-ID: 26015.1146847930@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Franck Routier <franck(dot)routier(at)axege(dot)com> writes:
> I have a problem with a simple request :

> insert into mytable
> select a.id, a.desc, 'mystring'
> from mytable a;

> Mytable has about 1,7 million tuples, it has a few indexes.

Tell us about triggers or foreign keys involving that table?

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tomeh, Husam 2006-05-05 17:04:08 Re: what are the pg_clog and pg_xlog directories ?
Previous Message Bruno Wolff III 2006-05-05 16:05:30 Re: Memory consumption problem