Make COPY extendable in order to support Parquet and other formats - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Make COPY extendable in order to support Parquet and other formats
Date
Msg-id CAJ7c6TM6Bz1c3F04Cy6+SzuWfKmr0kU8c_3Stnvh_8BR0D6k8Q@mail.gmail.com
Whole thread Raw
Responses Re: Make COPY extendable in order to support Parquet and other formats  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
List pgsql-hackers
Hi hackers,

In several conversations I had recently with colleagues it was pointed
out that it would be great if PostgreSQL supported COPY to/from
Parquet and other formats. I've found a corresponding discussion [1]
on pgsql-general@. The consensus reached back in 2018 seems to be that
this shouldn't be implemented in the core but rather an API should be
provided for the extensions. To my knowledge this was never
implemented though.

I would like to invest some time into providing a corresponding patch
for the core and implementing "pg_copy_parquet" extension as a
practical example, and yet another, a bit simpler, extension as an API
usage example for the core codebase. I just wanted to double-check
that this is still a wanted feature and no one on pgsql-hackers@
objects the idea.

Any feedback, suggestions and ideas are most welcome.

[1]: https://postgr.es/m/20180210151304.fonjztsynewldfba%40gmail.com

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Finer grain log timestamps
Next
From: Robert Haas
Date:
Subject: Re: [BUG] Panic due to incorrect missingContrecPtr after promotion