New Copy Formats - avro/orc/parquet - Mailing list pgsql-general

From Nicolas Paris
Subject New Copy Formats - avro/orc/parquet
Date
Msg-id 20180210151304.fonjztsynewldfba@gmail.com
Whole thread Raw
Responses Re: New Copy Formats - avro/orc/parquet  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: New Copy Formats - avro/orc/parquet  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: New Copy Formats - avro/orc/parquet  (Andres Freund <andres@anarazel.de>)
List pgsql-general
Hello

I d'found useful to be able to import/export from postgres to those modern data
formats:
- avro (c writer=https://avro.apache.org/docs/1.8.2/api/c/index.html)
- parquet (c++ writer=https://github.com/apache/parquet-cpp)
- orc (all writers=https://github.com/apache/orc)

Something like :
COPY table TO STDOUT ORC;

Would be lovely.

This would greatly enhance how postgres integrates in big-data ecosystem.

Any thought ?

Thanks


pgsql-general by date:

Previous
From: Carlos Martinez
Date:
Subject: Re: Migrating Postgresql from Linux x86
Next
From: Adrian Klaver
Date:
Subject: Re: New Copy Formats - avro/orc/parquet