Skip to content
Maksim Milyutin edited this page Jan 30, 2020 · 2 revisions

Roadmap

  1. Move tests under unittest framework
    • register queries in tpc-ds bench as separate test cases as far as practical
  2. Make to run python tests within make task
  3. Add test cases regarding parallel nodes
  4. Refactor main code
    • protect shared structures (PGPROC) under concurrent access
  5. Add the label of currently executing node in the output of explain analyze
    • and to nodes already finished its execution
  6. Add progress bar indicator - the adaptive estimation the end of query execution
    • progress bar indicator to specific simple nodes (SeqScan, IndexScan, etc)
Clone this wiki locally