GridDB FDW 2.3.0 released

From: Toshiba via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: GridDB FDW 2.3.0 released
Date: 2023-12-26 16:33:26
Message-ID: 170360840615.1876497.11054562984157092121@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We have just released version 2.3.0 of the Foreign Data Wrapper for GridDB.

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

This release improves following item (from 2.2.0):

- Support PostgreSQL 16
- Support DDL command for PGSpider

The FDW supports following features :

- Support SELECT, INSERT, UPDATE and DELETE
- Support function is push-down in WHERE clause
- Support LIMIT and OFFSET push-down when having LIMIT clause only or both LIMIT and OFFSET
- Support ORDER BY push-down
- Support aggregation push-down

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

GridDB is KVS and time series database.
Please see the repository for details.
[https://github.com/griddb/griddb_nosql/](https://github.com/griddb/griddb_nosql/)

Browse pgsql-announce by date

  From Date Subject
Next Message UCLL via PostgreSQL Announce 2024-01-02 07:56:59 PGConf.BE 2024: Mark your calendar, May 7th
Previous Message Toshiba via PostgreSQL Announce 2023-12-26 16:33:24 DynamoDB FDW 1.3.0 released