Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 268 Bytes

Roadmap.md

File metadata and controls

9 lines (9 loc) · 268 Bytes
  1. add types, catalog
  2. manage disk, buffers, create index, table
  3. query execution engine
  4. txn, 2pl, tocc, mvcc, logging
  5. support update sql
  6. column store and vectorized execution engine
  7. distributed query execution
  8. distributed txn
  9. try new algorithms