Re: Parquet support

2022-11-23 Thread Brian M Hamlin
Hi - desktop linux user/maker here in California -- The engineering stakes are high in the clouds these days.  There are some important efforts underway to make "cloud-native" ways for python, python installation, python data and python communication tools.  In my corners of the world (remote

Re: Parquet support

2022-11-23 Thread Daniele Varrazzo
On Wed, 23 Nov 2022 at 20:56, Vladimir Ryabtsev wrote: > > Just curious folks, what are your thoughts about the scope of that potential > support? What is the use case? Is it loading data from Parquet to Postgres > (and back)? Why is the combination with Python modules like pyarrow not > enough

Re: Parquet support

2022-11-23 Thread Vladimir Ryabtsev
Just curious folks, what are your thoughts about the scope of that potential support? What is the use case? Is it loading data from Parquet to Postgres (and back)? Why is the combination with Python modules like pyarrow not enough? Regards, --VR On Wed, 23 Nov 2022 at 10:56, Daniele Varrazzo wro

Re: Parquet support

2022-11-23 Thread Daniele Varrazzo
On Wed, 23 Nov 2022 at 19:49, Christopher Bader wrote: > > Does psycopg support parquet as an input format? No, not yet. I had some conversation in the past around parquet input/output: it is a major project which I would like to either develop or see developed, but at the moment I don't have th