Click or drag to resize

SessionBaseTraceIndexUsage Property

If set to true, each time an index (BTreeSet) is used in a query, we output a line about that to the console output.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool TraceIndexUsage { get; set; }

Property Value

Type: Boolean
See Also