Interface QueryPlanManager

All Known Implementing Classes:
CQueryPlanManager

public interface QueryPlanManager
Manage query plan capture.
  • Field Details

  • Method Details

    • setDefaultThreshold

      void setDefaultThreshold(long thresholdMicros)
      Update the global default threshold used when new query plans are created.
    • createBindCapture

      SpiQueryBindCapture createBindCapture(SpiQueryPlan queryPlan)
      Create the bind capture for the given query plan.
    • collect

      List<MetaQueryPlan> collect(QueryPlanRequest request)
      Collect the database query plans.