namhnguyen / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Enhancement of Algebricks graph visualization feature #792

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This list contains enhancements to the feature which plots Algebricks plan: 

- Add to inputs of join which of them is a build and which is a probe
- Change operator representation (ex: dataSourceScanOperator to have the 
fileName it reads from and remove id numbers)
- Add the feature to the webUI to visualize the query plan using the graph 
output generated from this feature. 

Feel free to add more ideas here :)

Original issue reported on code.google.com by ker...@gmail.com on 16 Jul 2014 at 12:07

GoogleCodeExporter commented 9 years ago
Short of integrating this into the webui (which would require either running 
dot on the CC or moving to a different graph visualizer), it would be nice to 
have a way to get the dot-file from the webUI.

Original comment by westm...@gmail.com on 16 Jul 2014 at 5:51