LINQPad.QueryPlanVisualizer - View query execution plan and missing indexes inside LINQPad
Options
I want to introduce LINQPad.QueryPlanVisualizer for LINQPad which you can use to view query execution plan and missing indexes directly inside LINQPad. You can also create those missing indexes with a single click.
See full details and usage instructions at https://github.com/Giorgi/LINQPad.QueryPlanVisualizer
See full details and usage instructions at https://github.com/Giorgi/LINQPad.QueryPlanVisualizer
Comments
-
Very nice!
-
Cool!
-
Nice work, thank you for this! A small nitpick, would be that the
DumpPlan
extension method onIQueryable
doesn't return theIQueryable
, so one can't use it inExpression
mode for example, unlike LINQPad's built inDump
methods. -
Thanks, I will add that. Can you create an issue at github?
-
Issue created
thanks
-
New version released.
What's new:
Added support for typed LINQ Datacontext, Entity Framework 5 and Entity Framework 6 contexts.
Show separate execution plan for each query.
Fixed minor bugs.