querybook
querybook copied to clipboard
Feature Request: Add Arrow Flight SQL Driver
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
@YuriyGavrilov https://github.com/influxdata/flightsql-dbapi
@web3creator yep thx!, there also Dremio support it, but not sure that with same driver as querybook has.
@YuriyGavrilov I just developed a version and I tested that it can be supported, need to change some code adaptation. It can be supported. You need to do some development.
@YuriyGavrilov Dremio hava bug,dremio cannot
@web3creator Dremio has own jdbc arrow, https://www.dremio.com/drivers/jdbc/ maybe it could fix bug? ( also it support only dremio 21+ version)