Home / Type/ QueryPerformanceQueryOpts Type — supabase Architecture

QueryPerformanceQueryOpts Type — supabase Architecture

Architecture documentation for the QueryPerformanceQueryOpts type/interface in Reports.queries.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Reports/Reports.queries.ts lines 19–35

export type QueryPerformanceQueryOpts = {
  preset:
    | 'mostFrequentlyInvoked'
    | 'mostTimeConsuming'
    | 'slowestExecutionTime'
    | 'queryHitRate'
    | 'unified'
    | 'slowQueriesCount'
    | 'queryMetrics'
  searchQuery?: string
  orderBy?: QueryPerformanceSort
  roles?: string[]
  runIndexAdvisor?: boolean
  minCalls?: number
  minTotalTime?: number
  filterIndexAdvisor?: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free