GoogleApi.BigQuery.V2.Model.StagePerformanceStandaloneInsight (google_api_big_query v0.88.0)
View SourceStandalone performance insights for a specific stage.
Attributes
-
biEngineReasons(type:list(GoogleApi.BigQuery.V2.Model.BiEngineReason.t), default:nil) - Output only. If present, the stage had the following reasons for being disqualified from BI Engine execution. -
highCardinalityJoins(type:list(GoogleApi.BigQuery.V2.Model.HighCardinalityJoin.t), default:nil) - Output only. High cardinality joins in the stage. -
insufficientShuffleQuota(type:boolean(), default:nil) - Output only. True if the stage has insufficient shuffle quota. -
partitionSkew(type:GoogleApi.BigQuery.V2.Model.PartitionSkew.t, default:nil) - Output only. Partition skew in the stage. -
slotContention(type:boolean(), default:nil) - Output only. True if the stage has a slot contention issue. -
stageId(type:String.t, default:nil) - Output only. The stage id that the insight mapped to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.StagePerformanceStandaloneInsight{ biEngineReasons: [GoogleApi.BigQuery.V2.Model.BiEngineReason.t()] | nil, highCardinalityJoins: [GoogleApi.BigQuery.V2.Model.HighCardinalityJoin.t()] | nil, insufficientShuffleQuota: boolean() | nil, partitionSkew: GoogleApi.BigQuery.V2.Model.PartitionSkew.t() | nil, slotContention: boolean() | nil, stageId: String.t() | nil }