Re: psql freezes loading large file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Francisco Reyes <lists(at)stringsutils(dot)com>
Cc: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: psql freezes loading large file
Date: 2006-05-23 00:30:20
Message-ID: 16445.1148344220@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Francisco Reyes <lists(at)stringsutils(dot)com> writes:
> I have a test ".sql" file of the form:
> insert into testtable values ('1');
> insert into testtable values ('2');
> insert into testtable values ('3');
> ....
> 100 Million

I don't have the patience to run this for 10^8 rows, but the test case
I did run showed absolutely zero memory growth in either psql or the
backend. Are you using any nonstandard psql options?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2006-05-23 00:55:16 Re: Why won't it index scan?
Previous Message Francisco Reyes 2006-05-23 00:18:08 psql freezes loading large file