View Source GoogleApi.BigQuery.V2.Model.PerformanceInsights (google_api_big_query v0.79.0)

Performance insights for the job.

Attributes

  • avgPreviousExecutionMs (type: String.t, default: nil) - Output only. Average execution ms of previous runs. Indicates the job ran slow compared to previous executions. To find previous executions, use INFORMATION_SCHEMA tables and filter jobs with same query hash.
  • stagePerformanceChangeInsights (type: list(GoogleApi.BigQuery.V2.Model.StagePerformanceChangeInsight.t), default: nil) - Output only. Query stage performance insights compared to previous runs, for diagnosing performance regression.
  • stagePerformanceStandaloneInsights (type: list(GoogleApi.BigQuery.V2.Model.StagePerformanceStandaloneInsight.t), default: nil) - Output only. Standalone query stage performance insights, for exploring potential improvements.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.PerformanceInsights{
  avgPreviousExecutionMs: String.t() | nil,
  stagePerformanceChangeInsights:
    [GoogleApi.BigQuery.V2.Model.StagePerformanceChangeInsight.t()] | nil,
  stagePerformanceStandaloneInsights:
    [GoogleApi.BigQuery.V2.Model.StagePerformanceStandaloneInsight.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.