Re: Help with insert query - Mailing list pgsql-general

From Ron
Subject Re: Help with insert query
Date
Msg-id f04318d9-4c68-92ca-437e-b3c654a18b5d@gmail.com
Whole thread Raw
In response to Help with insert query  (Glenn Schultz <glenn@bondlab.io>)
List pgsql-general
On 4/1/19 12:37 PM, Glenn Schultz wrote:
> All,
>
> The query below is designed to insert into a table.  This works when I 
> have a single loan which I insert. However, if remove the part of the 
> where clause of a single loan the insert does not work.  The table fnmloan 
> is a large table with 500mm + rows and the query runs for about 4 hours. 
> Any idea of how to get this to work?  I am a little stumped since the 
> query works with one loan.

Following up to Michael's answer... 500MM rows in 4 hours is an insert rate 
of 34,722.222... records per second.

-- 
Angular momentum makes the world go 'round.



pgsql-general by date:

Previous
From: preejackie
Date:
Subject: New LLVM JIT Features
Next
From: Foo Bar
Date:
Subject: Re: WAL Archive Cleanup?