PGSpider extension 1.1.0 is released

From: Toshiba via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: PGSpider extension 1.1.0 is released
Date: 2023-01-28 14:49:18
Message-ID: 167491735821.651.5036318121245980869@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We have released PGSpider extension v1.1.0.
This is an extension to construct data virtualization engine by PostgreSQL.

This release can work with PostgreSQL 13 and 15.
This release improves following items:

- Support PostgreSQL 15
- Support pgspider_ext_version() function


PGSpider extension supports following features :

- Node partitioned table
User can get records in multi tables on some data sources by one SQL easily.
If there are some tables with similar schema in each data source, PGSpider can view them as a single virtual table.
- Parallel processing
PGSpider executes queries and fetches results from child nodes in parallel.
PGSpider expands a virtual table to child tables, access corresponding datasource of each child table on some worker processes.
- Pushdown
PGSpider can pushdown WHERE clause and aggregation functions to data sources.
The shippability depends on datasource FDW.

This is developed by Toshiba Software Engineering & Technology Center.
Please see the repository for details, and tell us feedback.
Source repository : https://github.com/pgspider/pgspider_ext

Browse pgsql-announce by date

  From Date Subject
Next Message Artie Transfer via PostgreSQL Announce 2023-01-30 08:23:58 Artie Transfer release: Sub-minute data transfer from Postgres to Snowflake
Previous Message PostgreSQL Core Team via PostgreSQL Announce 2023-01-23 10:08:48 PostgreSQL Core Team Report: January 2022 - December 2022