Skip to content
KaiGai Kohei edited this page Feb 9, 2016 · 29 revisions

Development Roadmap

v1.0 - (target: Apr-2016)

  • Based on PostgreSQL v9.5
  • Dynamic Parallelism Adoption (done)
  • CPU Fallback of GpuJoin
  • LIKE operator support
  • Official Documentation
  • Regression Tests
  • RPM Package

v1.1 - (target: Jul-2016)

  • Device memory management with cuIpcGetMemHandle (more concurrency)
  • Improvement around optimizer stuff
  • COALESCE, GREATEST, LEAST operators
  • ArrayRef operators

v2.0 - (target: Apr-2017)

  • Based on PostgreSQL v9.6
  • SSD-to-GPU Direct translation
  • Incremental improvement around optimizer stuff
  • ...and others

How to contribute

  • Under construction