The Apache Arrow team is pleased to announce the 0.1.0 release of the Apache Arrow Flight SQL adapter for PostgreSQL.
Read the blog post of this release about what's new in the release.
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.
See also the overview document.
The initial release!
SELECT
/INSERT
/UPDATE
/DELETE
.SELECT
/INSERT
/UPDATE
/DELETE
.password
/trust
authentications.Int8
.Int16
/smallint
.Int32
/intger
.Int64
/bigint
.UInt8
.UInt16
.UInt32
.UInt64
.Float
/real
.Double
/double precision
.String
/text
/varchar
.Binary
/bytea
.Timestamp
/timestamp without time zone
.See the install document for details.
Please report any feedback to the GitHub issues or mailing lists: