Re: Using COPY to import large xml file

From: Adrien Nayrat <adrien(dot)nayrat(at)anayrat(dot)info>
To: Anto Aravinth <anto(dot)aravinth(dot)cse(at)gmail(dot)com>, <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Using COPY to import large xml file
Date: 2018-06-24 15:53:00
Message-ID: 95bb81dd-a80a-a493-2c3b-c03848acefc8@anayrat.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/24/2018 05:25 PM, Anto Aravinth wrote:
> Hello Everyone,
>
> I have downloaded the Stackoverflow posts xml (contains all SO questions till
> date).. the file is around 70GB.. I wanna import the data in those xml to my
> table.. is there a way to do so in postgres?
>
>
> Thanks, 
> Anto.

Hello Anto,

I used this tool :
https://github.com/Networks-Learning/stackexchange-dump-to-postgres

Regards,

--
Adrien NAYRAT
https://blog.anayrat.info

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anto Aravinth 2018-06-24 16:07:54 Re: Using COPY to import large xml file
Previous Message Anto Aravinth 2018-06-24 15:25:25 Using COPY to import large xml file