High-Performance SQL Cluster Engine PGSpider released

From: Mototaka Kanematsu <mototaka(dot)kanematsu(at)toshiba(dot)co(dot)jp>
To: pgsql-announce(at)postgresql(dot)org
Subject: High-Performance SQL Cluster Engine PGSpider released
Date: 2020-01-31 08:47:49
Message-ID: 202001310847.00V8loTF017381@toshiba.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We have just released first version of PGSpider.

PGSpider is High-Performance SQL Cluster Engine for distributed big data. PGSpider can access a number of data sources using Foreign Data Wrapper(FDW) and retrieves the distributed data source vertically.
PGSpider source code is patch for PostgreSQL. You should apply this to PostgreSQL source code if you want to use PGSpider. Usage of PGSpider is the same as PostgreSQL. You can use any client applications such as libpq and psql.

This release can work with PostgreSQL 11.6
This release supports following features :

Multi-Tenant :
User can get records in multi tables by one SQL easily. If there are tables with similar schema in each data source, PGSpider can view them as a single virtual table: We call it as Multi-Tenant table.

Parallel processing :
PGSpider executes queries and fetches results from child nodes in parallel.
PGSpider expands Multi-Tenant table to child tables, creates new threads for each child table to access corresponding data source.

Pushdown :
WHERE clause and aggregation functions are pushed down to child nodes. Pushdown to Multi-tenant tables occur error when AVG, STDDEV and VARIANCE are used. PGSPider improves this error, PGSpider can execute them.

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

Best Regards,
Mototaka KANEMATSU

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2020-02-02 23:10:49 == PostgreSQL Weekly News - February 2, 2020 ==
Previous Message Ilya Kosmodemiansky 2020-01-31 06:47:06 PG Day Russia 2020 CFP and registration are open