Skip to content

AnalyzeTableQueryPlan

Description

      description: |
        Analyze the query execution plan for a query against table `id`.
        Returns detailed statistics and analysis of the query execution plan.

Request Schema

    AnalyzeTableQueryPlanRequest:
      type: object
      required:
        - query
      properties:
        id:
          type: array
          items:
            type: string
        query:
          $ref: '#/components/schemas/QueryTableRequest'

Response Schema

    AnalyzeTableQueryPlanResponse:
      type: object
      required:
        - analysis
      properties:
        analysis:
          type: string
          description: Detailed analysis of the query execution plan