Home / Type/ QueryPerformanceRow Type — supabase Architecture

QueryPerformanceRow Type — supabase Architecture

Architecture documentation for the QueryPerformanceRow type/interface in QueryPerformance.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/QueryPerformance/QueryPerformance.types.ts lines 3–18

export interface QueryPerformanceRow {
  query: string
  prop_total_time: number
  total_time: number
  calls: number
  max_time: number
  mean_time: number
  min_time: number
  rows_read: number
  cache_hit_rate: number
  rolname: string
  index_advisor_result?: GetIndexAdvisorResultResponse | null
  _total_cache_hits?: number
  _total_cache_misses?: number
  _count?: number
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free