InfluxDB FDW 1.1.1 released

From: Toshiba via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: InfluxDB FDW 1.1.1 released
Date: 2021-12-27 02:31:58
Message-ID: 164057231809.21666.9331561754801535699@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We have just released version 1.1.1 of the Foreign Data Wrapper for InfluxDB.

This release can work with PostgreSQL 10, 11, 12, 13 and 14.

This release improves following item (from 1.0.0):

- Support bulk INSERT feature
- Support GROUP By times(), fill() feature of InfluxDB

The FDW supports following features :

- InfluxDB FDW supports pushed down some aggregate functions: count, stddev, sum, max, min.
- InfluxDB FDW supports INSERT, DELETE statements.
- InfluxDB FDW supports bulk INSERT by using batch_size option from PostgreSQL version 14 or later.
- WHERE clauses including timestamp, interval and now() functions are pushed down.
- LIMIT...OFFSET clauses are pushed down when there is LIMIT clause only or both LIMIT and OFFSET.

This is developed by Toshiba Software Engineering & Technology Center.
Please see the repository for details.
Source repository : https://github.com/pgspider/influxdb_fdw

Browse pgsql-announce by date

  From Date Subject
Next Message Pierre Forstmann via PostgreSQL Announce 2021-12-27 18:54:57 pg_query_rewrite 0.0.3 released
Previous Message Toshiba via PostgreSQL Announce 2021-12-27 02:31:37 High-Performance SQL Cluster Engine PGSpider 2.0.0 released