LINQPad.QueryPlanVisualizer - View query execution plan and missing indexes inside LINQPad
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
DumpPlan
extension method onIQueryable
doesn't return theIQueryable
, so one can't use it inExpression
mode for example, unlike LINQPad's built inDump
methods.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.