Re: Help with insert query

Поиск
Список
Период
Сортировка
От Ron
Тема Re: Help with insert query
Дата
Msg-id f04318d9-4c68-92ca-437e-b3c654a18b5d@gmail.com
обсуждение исходный текст
Ответ на Help with insert query  (Glenn Schultz <glenn@bondlab.io>)
Список 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 по дате отправления:

Предыдущее
От: preejackie
Дата:
Сообщение: New LLVM JIT Features
Следующее
От: Foo Bar
Дата:
Сообщение: Re: WAL Archive Cleanup?