Thread: Re: Error when inserting millions of records

Re: Error when inserting millions of records

From
Andrew - Supernews
Date:
On 2006-01-13, Rudolph <rudolph.froger@gmail.com> wrote:
> Me and a friend are testing some operations for a search application in
> PostgreSQL. In version 8.1 my friend tried to copy the result of a join
> into another table, about 45.000.000 (small) records. This is the
> result:

Do you have any constraints, especially deferred constraints, or triggers
on the table? Are there any functional indexes?

--
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services

Re: Error when inserting millions of records

From
"Rudolph"
Date:
Steven also submitted this subject in the bugs list: "BUG #2168:
45.000.000 records too much?". He also posted more details and how to
reproduce the bug.

Andrew, no special constraints or triggers were used.

Thanks, Rudolph