apecloud / myduckserver

MySQL & Postgres Analytics, Reimagined
182 stars 8 forks source link

Arrow Flight SQL support #178

Open fanyang01 opened 2 days ago

fanyang01 commented 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