InfluxDB FDW 1.1.1 released

Поиск
Список
Период
Сортировка
От Toshiba via PostgreSQL Announce
Тема InfluxDB FDW 1.1.1 released
Дата
Msg-id 164057231809.21666.9331561754801535699@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Toshiba via PostgreSQL Announce
Дата:
Сообщение: High-Performance SQL Cluster Engine PGSpider 2.0.0 released
Следующее
От: Pierre Forstmann via PostgreSQL Announce
Дата:
Сообщение: pg_query_rewrite 0.0.3 released