Re: Loading 500m json files to database

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: pinker <pinker(at)onet(dot)eu>, pgsql-general(at)postgresql(dot)org
Subject: Re: Loading 500m json files to database
Date: 2020-03-24 00:44:56
Message-ID: 2e9da260-54a7-0da1-f3e8-ef8a53aa9470@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/23/20 5:26 PM, pinker wrote:
> Hi,
> json_parts it's just single table with 2 column:

Well I misread that.

>
> Table "public.json_parts"
> Column | Type | Collation | Nullable | Default
> | Storage | Stats target | Description
> -----------+---------+-----------+----------+----------------------------------------+----------+--------------+-------------
> id | integer | | not null |
> nextval('json_parts_id_seq'::regclass) | plain | |
> json_data | jsonb | | |
>
> no indexes, constraints or anything else
>
>
>
> --
> Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
>
>

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-03-24 00:50:46 Re: Loading 500m json files to database
Previous Message pinker 2020-03-24 00:26:33 Re: Loading 500m json files to database