Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QueryAdvisorResult

import type { QueryAdvisorResult } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

Output of query advisor analysis.

interface QueryAdvisorResult {
indexAdvice?: IndexAdvice[];
}

§Properties

§
indexAdvice?: IndexAdvice[]
[src]

Optional. Index Recommendation for a query. This is an optional field and the recommendation will only be available when the recommendation guarantees significant improvement in query performance.