Add Arrow Flight SQL to retrieve data faster through arrow flight driver #2415
YuriyGavrilov
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @YuriyGavrilov! Please take a look at https://github.com/elixir-explorer/adbc. It already supports Flight SQL, which you can use from Livebook. Have you tried it out? Does it work? We would also be open to expanding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use Case
Retrieve data faster through arrow flight driver
Describe the solution you'd like
see above.
Describe alternatives you've considered
Actually there is no.
Additional context
There is new modern SQL way to retrieve data in a faster way through Arrow Flight SQL driver.
https://arrow.apache.org/docs/java/flight_sql_jdbc_driver.html#
https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/
https://www.postgresql.org/about/news/apache-arrow-flight-sql-adapter-for-postgresql-010-2716/
Some explanations and research:
https://www.vldb.org/pvldb/vol10/p1022-muehleisen.pdf
Some server examples:
https://github.com/voltrondata/flight-sql-server-example
https://www.kamu.dev/blog/2023-09-datafusion-flightsql/ https://github.com/kamu-data/kamu-cli
Beta Was this translation helpful? Give feedback.
All reactions