-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Effort - LowEffort - LowEffort - LowFrequency - EveryTimeFrequency - EveryTimeFrequency - EveryTimePriority - NextPriority - NextPriority - NextReach - VeryFewReach - VeryFewReach - VeryFewSeverity - S3Severity - S3Severity - S3communitycommunitycommunityfeaturefeaturefeature
Description
When you get execution times in mgconsole, they are outputted in this order:
Query PARSING time: 0.000175982 sec
Query PLAN EXECUTION time: 0.0154524 sec
Query PLANNING time: 8.054e-05 sec
But it would make more sense if it was:
Query PARSING time: 0.000175982 sec
Query PLANNING time: 8.054e-05 sec
Query PLAN EXECUTION time: 0.0154524 sec
Because that's the order in which things happen?
Metadata
Metadata
Assignees
Labels
Effort - LowEffort - LowEffort - LowFrequency - EveryTimeFrequency - EveryTimeFrequency - EveryTimePriority - NextPriority - NextPriority - NextReach - VeryFewReach - VeryFewReach - VeryFewSeverity - S3Severity - S3Severity - S3communitycommunitycommunityfeaturefeaturefeature
Type
Projects
Status
Todo