-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Maksim Milyutin edited this page Jan 30, 2020
·
2 revisions
- Move tests under unittest framework
- register queries in tpc-ds bench as separate test cases as far as practical
- Make to run python tests within make task
- Add test cases regarding parallel nodes
- Refactor main code
- protect shared structures (PGPROC) under concurrent access
- Add the label of currently executing node in the output of explain analyze
- and to nodes already finished its execution
- Add progress bar indicator - the adaptive estimation the end of query execution
- progress bar indicator to specific simple nodes (SeqScan, IndexScan, etc)