Re: Data - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Data
Date
Msg-id 8333.993654613@sss.pgh.pa.us
Whole thread Raw
In response to Data  (Phillip Jansen <pfj@ucs.co.za>)
List pgsql-hackers
Phillip Jansen <pfj@ucs.co.za> writes:
> <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
> <html>
> Hi
> <p>I trying to compare oracle vs postgresql , so I have a table containing
> about 7.6 mil records but every time I try to do a simple select on
> the table it throws a core dump and segmentation fault. At first it returns
> "backend returns D  before T" and then after a while it crashes.
> <br>I did run VACUUM ANALYZE and rebuild my indexes after I loaded
> the data.
> <p>Any ideas??
> <p>Phillip</html>

(1) Please don't send HTML-ified mail to the lists.

(2) You're running out of memory for the SELECT result on the client
side.  libpq is not presently very graceful about that, unfortunately.
But did you really want to retrieve all 7.6 million rows at once?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: 7.2 items
Next
From: Alex Pilosov
Date:
Subject: Re: functions returning records