You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@arrow.apache.org by Chuanlong Du <lo...@yahoo.com> on 2020/11/25 17:45:42 UTC

Is it possible to leverage arrow to fast insert data into a data table?

The class JdbcToArrow is very helpful for fetch large data using JDBC (especially in Python).
I wonder is there a similar tool for inserting large data into a data table quickly?