dbis-uibk / relax

RelaX - a relational algebra calculator
http://dbis-uibk.github.io/relax/
MIT License
285 stars 98 forks source link

Feature request: Execution time #156

Closed fwheinz closed 2 years ago

fwheinz commented 3 years ago

It would be a nifty feature if the total time of execution (and maybe the execution time for each step in the operator tree) would be shown (e.g. in milliseconds). This depends probably on the performance of the local client machine, but it is interesting to show the performance gain, when several semantically equal queries are performed with different execution plans.

r-prem commented 2 years ago

The total execution time is now visible. The execution time per step in the tree is currently being worked on.

Screenshot 2022-07-08 at 12 26 33
r-prem commented 2 years ago

Execution Time per node now available. These times will not be 100% accurate as they are rounded to the nearest ms.