Re: Loading table with indexed jsonb field is stalling

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Will Hartung <willhartung(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Loading table with indexed jsonb field is stalling
Date: 2019-05-18 13:55:35
Message-ID: acc82e12-6425-68a1-f7c9-c47746ee331c@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/17/19 12:10 PM, Will Hartung wrote:
> I am trying to load data in to a table with a jsonb field that is
> indexed as gin (field jsonb_path_ops).
>

In addition to what Tim asked:

Is the jsonb field the only field in the table?

Can we see the table schema?

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2019-05-18 17:49:53 Re: bigint out of range
Previous Message Adrian Klaver 2019-05-18 13:51:07 Re: Strange performance degregation in sql function (PG11.1)