On Wed, 23 Nov 2022 at 20:56, Vladimir Ryabtsev <[email protected]> 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?

I am not an expert, but I understand that Python-Postgres roundtrip
goes via generating and parsing CSV files, whereas there is some
performance gain to be had by creating native arrow data.

-- Daniele


Reply via email to