Skip to content
KaiGai Kohei edited this page Apr 22, 2016 · 29 revisions

Development Roadmap

v1.0 - (target: Apr-2016==>May-2016)

  • 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

v1.1 - (target: Jul-2016)

  • Device memory management with cuIpcGetMemHandle (more concurrency)
  • Improvement around optimizer stuff
  • COALESCE, GREATEST, LEAST operators (done)
  • 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