The MissingIndexAndPageReadsFilter first evaulates if a query performs more than a specified number of page reads, and if it does evaluates if the query execution plan includes MissingIndex hints from the SQL Server optimizer.

Namespace: Huagati.LLBLGen.Profiler.Filters
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public class MissingIndexAndPageReadsFilter : PrePlanPostPlanFilter
Visual Basic
Public Class MissingIndexAndPageReadsFilter _
	Inherits PrePlanPostPlanFilter
Visual C++
public ref class MissingIndexAndPageReadsFilter : public PrePlanPostPlanFilter

Inheritance Hierarchy

System..::..Object
  Huagati.LLBLGen.Profiler.Filters..::..ProfilerFilter
    Huagati.LLBLGen.Profiler.Filters..::..PrePlanPostPlanFilter
      Huagati.LLBLGen.Profiler.Filters..::..MissingIndexAndPageReadsFilter

See Also