AlexTatiyants / pev

Postgres Explain Visualizer
MIT License
2.77k stars 192 forks source link

Feature Idea: Timeline / Gantt Chart as alternative view #47

Closed MahatmaFatalError closed 4 years ago

MahatmaFatalError commented 5 years ago

Cudos to the author, awesome tool!

Are there plans or is it even possible with the available information of the query plan to plot more like a timeline instead of a graph? (similar to aws redshift https://docs.aws.amazon.com/redshift/latest/mgmt/analyzing-query-execution.html)

pgiraud commented 4 years ago

@MahatmaFatalError FYI, I integrated such a feature in https://github.com/dalibo/pev2 Feedback welcome

MahatmaFatalError commented 4 years ago

@pgiraud awesome! I wasn't aware of that new project.