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