-
Notifications
You must be signed in to change notification settings - Fork 162
Home
KaiGai Kohei edited this page Apr 22, 2016
·
29 revisions
- Based on PostgreSQL v9.5
- Dynamic Parallelism Adoption (done)
- CPU Fallback of GpuJoin (done)
- GpuSort reworks
- LIKE operator support
- Official Documentation (almost done)
- Regression Tests
- RPM Package
- Device memory management with cuIpcGetMemHandle (more concurrency)
- Improvement around optimizer stuff
- COALESCE, GREATEST, LEAST operators (done)
- ArrayRef operators
- Based on PostgreSQL v9.6
- SSD-to-GPU Direct translation
- Incremental improvement around optimizer stuff
- ...and others
- Under construction