public inbox for [email protected]  
help / color / mirror / Atom feed
From: Toshiba via PostgreSQL Announce <[email protected]>
To: PostgreSQL Announce <[email protected]>
Subject: Parquet S3 FDW 1.1.0 released
Date: Tue, 26 Dec 2023 16:33:22 +0000
Message-ID: <170360840243.1876504.17371333398895256347@wrigleys.postgresql.org> (raw)

We have just released version 1.1.0 of the Foreign Data Wrapper for Parquet file on Amazon S3.   

This release can work with PostgreSQL 13, 14, 15 and 16.  

This release improves following item (from 1.0.0):  

- Support PosgreSQL 16.0
- Support DDL feature for PGSpider
- Apply Parquet FDW updates

The FDW supports following features :  

- Support SELECT of parquet file on local file system or Amazon S3
- Support INSERT, DELETE, UPDATE (Foreign modification).
- Support MinIO access instead of Amazon S3.
- Allow control over whether foreign servers keep connections open after transaction completion. This is controlled by keep_connections and defaults to on.
- Support parquet_s3_fdw function parquet_s3_fdw_get_connections() to report open foreign server connections.
- Support to create a foreign table for multiple files in a directory by specifying a directory path.
- Support schemaless mode that allows access to elements in the data file without changing the table definition by using jsonb typed column.

This is developed by Toshiba Digital Innovation Technology Center.
Please see the repository for details.  
Source repository : [https://github.com/pgspider/parquet_s3_fdw](https://github.com/pgspider/parquet_s3_fdw)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Parquet S3 FDW 1.1.0 released
  In-Reply-To: <170360840243.1876504.17371333398895256347@wrigleys.postgresql.org>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox