mirror of
https://github.com/supabase/supabase.git
synced 2026-05-22 17:00:43 +08:00
@@ -15,7 +15,7 @@ export const QUERY_PERFORMANCE_PRESET_MAP = {
|
||||
export const QUERY_PERFORMANCE_COLUMNS = [
|
||||
{ id: 'query', name: 'Query', description: undefined, minWidth: 500 },
|
||||
{ id: 'prop_total_time', name: 'Time consumed', description: undefined, minWidth: 150 },
|
||||
{ id: 'calls', name: 'Count', description: undefined, minWidth: 100 },
|
||||
{ id: 'calls', name: 'Calls', description: undefined, minWidth: 100 },
|
||||
{ id: 'max_time', name: 'Max time', description: undefined, minWidth: 100 },
|
||||
{ id: 'mean_time', name: 'Mean time', description: undefined, minWidth: 100 },
|
||||
{ id: 'min_time', name: 'Min time', description: undefined, minWidth: 100 },
|
||||
|
||||
Reference in New Issue
Block a user