Re: [HACKERS] INSERT INTO ... SELECT eats all my memory - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] INSERT INTO ... SELECT eats all my memory
Date
Msg-id 37370BBA.A58928B5@krs.ru
Whole thread Raw
In response to Re: [HACKERS] INSERT INTO ... SELECT eats all my memory  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> 
> Do we have a problem here?  Can someone explain it?  Is it the
> conversion of the types?
> 
> >
> > insert into log select username, server, pop, remaddr, port, service, NULL,
> > privilege, authenmethod, authentype, authenservice, logtime, starttime,
> > elapsedtime, bytesin, bytesout, paksin, paksout, callerid, callednumber, NULL,
> > NULL, NULL, NULL, NULL, NULL from log2;

EXPLAIN VERBOSE _query_above_

?

Vadim


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Parser bug: alias is a "non-group column"?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Help/advice/suggestions on query optimizer for a large table