Re: Loading table with indexed jsonb field is stalling - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Loading table with indexed jsonb field is stalling
Date
Msg-id 7c0a001e-d3d5-c521-1a27-77d05f547fef@aklaver.com
Whole thread Raw
In response to Re: Loading table with indexed jsonb field is stalling  (Will Hartung <willhartung@gmail.com>)
Responses Re: Loading table with indexed jsonb field is stalling
List pgsql-general
On 5/20/19 3:43 PM, Will Hartung wrote:
> 
>> On May 20, 2019, at 2:55 PM, Ron <ronljohnsonjr@gmail.com> wrote:
> 
>> And it pathologically loads even when there's just a PK on the numeric field?
> 
> Yea, that works fine.
> 
>> Drop all indexes, load data, recreate indexes?
> 
> No, I use the incremental load as it gives a much better indication when the process has gone off the deep end.
> 
>> But pg_restore only creates indexes AFTER the data loads.
> 
> Yes. Demonstrating that it doesn’t work either incrementally or all at once.

So the issue is building the index(s) not loading the data, correct?

> 
> (No, I have no confidence that the Aurora build will ever finish in any reasonable amount of time.)
> 
> 
> 
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: Loading table with indexed jsonb field is stalling
Next
From: Will Hartung
Date:
Subject: Re: Loading table with indexed jsonb field is stalling