InfluxDB FDW 1.1.1 released - Mailing list pgsql-announce

From Toshiba via PostgreSQL Announce
Subject InfluxDB FDW 1.1.1 released
Date
Msg-id 164057231809.21666.9331561754801535699@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

InfluxDB FDW 1.1.1 released

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

 

pgsql-announce by date:

Previous
From: Toshiba via PostgreSQL Announce
Date:
Subject: High-Performance SQL Cluster Engine PGSpider 2.0.0 released
Next
From: Pierre Forstmann via PostgreSQL Announce
Date:
Subject: pg_query_rewrite 0.0.3 released