QueryPerformanceSort Type — supabase Architecture
Architecture documentation for the QueryPerformanceSort type/interface in Reports.queries.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Reports/Reports.queries.ts lines 5–17
export type QueryPerformanceSort = {
column:
| 'query'
| 'rolname'
| 'total_time'
| 'prop_total_time'
| 'calls'
| 'avg_rows'
| 'max_time'
| 'mean_time'
| 'min_time'
order: 'asc' | 'desc'
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free