-
Notifications
You must be signed in to change notification settings - Fork 162
Home
KaiGai Kohei edited this page Dec 20, 2016
·
29 revisions
- CUDA Infrastructure Renew
- CUDA/GPU Management Server using BGworker (done)
- Portable Pointer on dynamic shared memory segment (done)
- Update of GpuScan (done)
- Update of GpuJoin
- Update of GpuPreAgg
- Update of GpuSort; only valuable when LIMIT is used together (postponed)
- Needs PostgreSQL v10 infrastructure
- Based on PostgreSQL v9.6
- CPU+GPU Hybrid Parallelism
- Support of the new planner structure
- SSD-to-GPU Direct translation
- BRIN index support on GpuScan
- Incremental improvement around optimizer stuff
- ...and others
- Based on PostgreSQL v9.5
- Dynamic Parallelism Adoption (done)
- CPU Fallback of GpuJoin (done)
- GpuSort reworks (done)
- LIKE operator support (done)
- Official Documentation (done)
- Regression Tests (postpone)
- RPM Package (done)
- COALESCE, GREATEST, LEAST operators (done)
- ScalarArrayOp operators (done)
- PL/CUDA support and Matrix/Vector data type (done)
- Under construction