Re: Loading table with indexed jsonb field is stalling

From: Will Hartung <willhartung(at)gmail(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Loading table with indexed jsonb field is stalling
Date: 2019-05-20 23:51:13
Message-ID: 3CC10064-7BF0-4600-BC67-8B6F412C9CDC@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> On May 20, 2019, at 4:27 PM, Ron <ronljohnsonjr(at)gmail(dot)com> wrote:
>
> I'm confused. You wrote above that loading without indexes and with just the PK works just fine; if you really need it loaded in Aurora or production, just drop the indexes beforehand?

Because the jsonb_path_ops index does not rebuild, and it’s the heart of that table.

The table is essentially worthless without that index to us.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-05-21 00:14:01 Re: Loading table with indexed jsonb field is stalling
Previous Message Will Hartung 2019-05-20 23:49:45 Re: Loading table with indexed jsonb field is stalling