The Apache Arrow team is pleased to announce the 0.1.0 release of
the Apache Arrow Flight SQL adapter for PostgreSQL.

The release is available now from our website:
  https://arrow.apache.org/flight-sql-postgresql/0.1.0/install.html

Read about what's new in the release:
  https://arrow.apache.org/blog/2023/09/13/flight-sql-postgresql-0.1.0-release/

Release note:
  
https://arrow.apache.org/flight-sql-postgresql/0.1.0/release-notes.html#version-0-1-0


What is Apache Arrow Flight SQL adapter for PostgreSQL?

Apache Arrow Flight SQL adapter for PostgreSQL is a
PostgreSQL extension that adds an Apache Arrow Flight SQL
endpoint to PostgreSQL.

Apache Arrow Flight SQL is a protocol to use Apache Arrow
format to interact with SQL databases. You can use Apache
Arrow Flight SQL instead of the PostgreSQL wire protocol to
interact with PostgreSQL by Apache Arrow Flight SQL adapter
for PostgreSQL.

Apache Arrow format is designed for fast typed table data
exchange. If you want to get large data by SELECT or
INSERT/UPDATE large data, Apache Arrow Flight SQL will be
faster than the PostgreSQL wire protocol.


Please report any feedback to the GitHub issues or mailing lists:
  * GitHub: https://github.com/apache/arrow-flight-sql-postgresql/issues
  * ML: https://arrow.apache.org/community/


Thanks,
-- 
The Apache Arrow community

Reply via email to