From: | Kohei KaiGai <kaigai(at)heterodb(dot)com> |
---|---|
To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | [ANN] PG-Strom v2.0 is released |
Date: | 2018-04-17 16:56:59 |
Message-ID: | CAOP8fzapVy7a_SPB4_WapWghnuZuQ5bWMzi5zXtQPO_D-aZTSg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
PG-Strom v2.0 is released. It is an extension module for PostgreSQL
to accelerate reporting and analytics workloads towards large scale
data set using GPU.
Major enhancement in PG-Strom v2.0 includes:
- Overall redesign of the internal infrastructure to manage GPU and
stabilization
- CPU+GPU hybrid parallel execution (PgSQL v9.6 / v10 support)
- SSD-to-GPU Direct SQL Execution
- In-memory columnar cache
- GPU memory store (gstore_fdw)
- Redesign of GpuJoin and GpuPreAgg for more efficient GPU usage
- GpuPreAgg + GpuJoin + GpuScan combined GPU kernel
See the slides below for the summary of new features and benchmarks.
http://heterodb.github.io/pg-strom/blob/20180417_PGStrom_v2.0_TechBrief.pdf
Related URL:
github: https://github.com/heterodb/pg-strom
document: http://heterodb.github.io/pg-strom/
Best regards,
--
HeteroDB, Inc / The PG-Strom Project
KaiGai Kohei <kaigai(at)heterodb(dot)com>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-04-17 16:57:46 | pgindent run soon? |
Previous Message | Peter Geoghegan | 2018-04-17 16:45:27 | Re: WIP: Covering + unique indexes. |