| 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.0.0 released |
| Date: | 2021-05-26 15:44:28 |
| Message-ID: | 162204386824.9358.18034737599149547144@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-announce |
We have just released version 2.0.0 of the Foreign Data Wrapper for GridDB.
This release can work with PostgreSQL 9.6, 10, 11, 12 and 13.
This release improves following item :
- Support UPDATE
- Support LIMIT OFFSET clause pushdown
- Support ORDER BY pushdown
- Support function pushdown in WHERE clause
- Support aggregation pushdown
- Support column_name options
- Refactored tests
The FDW supports following features :
- SELECT, INSERT, UPDATE and DELETE of foreign tables
- Function is push-downed in WHERE clause
- LIMIT and OFFSET are push-downed when having LIMIT clause only or both LIMIT and OFFSET.
- ORDER BY is push-downed.
- Aggregation is push-downed.
This is developed by Toshiba Software Engineering & Technology Center.
Please see the repository for details.
Source repository : https://github.com/pgspider/griddb_fdw
GridDB is KVS and time series database.
Please see the repository for details.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Weaponry.IO via PostgreSQL Announce | 2021-05-26 15:45:12 | Announcing the release of pgSCV 0.5.0 |
| Previous Message | Crunchy Data via PostgreSQL Announce | 2021-05-25 06:02:37 | PGO, the Crunchy Postgres Operator 4.7 Released: PVC Resize, GCS, Advanced Cloning, and more! |