Re: Problem on Linux

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Molenda, Mark P" <mark(dot)molenda(at)eds(dot)com>
Cc: "Pgsql-Novice (pgsql-novice(at)postgresql(dot)org)" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Problem on Linux
Date: 2003-05-22 17:46:56
Message-ID: 104.1053625616@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Molenda, Mark P" <mark(dot)molenda(at)eds(dot)com> writes:
> It seems that the SUN version (compiled from source) handled 13 million rows
> with ( I know this is not efficient ) Select * from tableName;
> The Linux box bumped me out of psql with the exact table structure but with
> only 4 million rows doing the same select *.

Sounds like you have a low ulimit -d setting on the Linux system.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Steve Crawford 2003-05-22 18:15:22 Re: Unaccounted for disk use
Previous Message Nabil Sayegh 2003-05-22 17:16:13 Re: timestamp data type?