Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow Flight SQL support #178

Open
fanyang01 opened this issue Nov 19, 2024 · 0 comments
Open

Arrow Flight SQL support #178

fanyang01 opened this issue Nov 19, 2024 · 0 comments
Assignees

Comments

@fanyang01
Copy link
Collaborator

fanyang01 commented Nov 19, 2024

For queries that produce a large number of result rows, fetching result through the MySQL/Postgres protocol can be slow. Arrow Flight SQL is a Arrow-based, columnar-oriented protocol, enabling faster data transfer.

https://arrow.apache.org/docs/format/FlightSql.html

Official SQLite-backed server implementation:

https://github.com/apache/arrow-go/tree/main/arrow/flight/flightsql/example

Another C++ example project:

https://github.com/voltrondata/sqlflite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants