Open fanyang01 opened 2 days ago
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
Example project:
https://github.com/voltrondata/sqlflite
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
Example project:
https://github.com/voltrondata/sqlflite