Re: Loading 500m json files to database

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Loading 500m json files to database
Дата
Msg-id 2e9da260-54a7-0da1-f3e8-ef8a53aa9470@aklaver.com
обсуждение исходный текст
Ответ на Re: Loading 500m json files to database  (pinker <pinker@onet.eu>)
Список 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.klaver@aklaver.com



В списке pgsql-general по дате отправления:

Предыдущее
От: pinker
Дата:
Сообщение: Re: Loading 500m json files to database
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Loading 500m json files to database