Use datagrip to visualize an externally generated queryplan
Is it possible to use an externally generated queryplan and visualize it using datagrip ?
There is a database where i can only execute queries through a web-based tool, a direct connection from Datagrip is not possible.
I can get a queryplan in any format i want from the web-based thing:
e.g. explain (FORMAT TEXT) select ….
I would like to feed the output of that to Datagrip so that i can visualize it.
How can I do this ?
请先登录再写评论。
You can only export execution plans from DataGrip, but you cannot import any external plans to visualize them in the IDE. There are no plans to implement such a feature.
Well that is disappointing….