-
Notifications
You must be signed in to change notification settings - Fork 711
Closed as not planned
Labels
Description
Leveraging the Arrow ADBC Driver has a number of advantages:
- A single, universal driver would replace all existing, proprietary drivers (mssql, postgres...)
- Better performance due to not processing each row separately and tapping into pyarrow to avoid serialization/deserialization
Additional context
https://arrow.apache.org/docs/dev/format/ADBC.html
P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.
sterlinm and villoro