Query Plan Diagram doesn't work
已回答
Hi. Here is the piece of news about the new "query plan diagram" feature: https://www.jetbrains.com/datagrip/whatsnew/#query-plan-diagram
Unfortunately, I can't see how it works. I use the most recent version of DataGrip publicly available, but still.


For example, here is the result of a simple query:

There is no such button in the console, as it shown in the article.
The same thing with an "explain" query:

Additionally, I can see in the article that there is a new explain output viewer, which parses the result to nice tree pieces:

However on my screenshot you can see that my DataGrip just shows plain string rows. Should this option be enabled somewhere explicitly?
请先登录再写评论。
You need to execute `Explain Plan` instead of `Explain Plan (Raw)` to get visualization you need:


and