High-Performance SQL Cluster Engine PGSpider released

Поиск
Список
Период
Сортировка
От Mototaka Kanematsu
Тема High-Performance SQL Cluster Engine PGSpider released
Дата
Msg-id 202001310847.00V8loTF017381@toshiba.co.jp
обсуждение исходный текст
Список 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
usingForeign 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,
PGSpidercan 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
datasource.
 

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



В списке pgsql-announce по дате отправления:

Предыдущее
От: Ilya Kosmodemiansky
Дата:
Сообщение: PG Day Russia 2020 CFP and registration are open
Следующее
От: David Fetter
Дата:
Сообщение: == PostgreSQL Weekly News - February 2, 2020 ==