Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the order of execution times info #52

Open
vpavicic opened this issue Apr 28, 2023 · 0 comments
Open

Change the order of execution times info #52

vpavicic opened this issue Apr 28, 2023 · 0 comments
Labels
community community Effort - Low Effort - Low feature feature Frequency - EveryTime Frequency - EveryTime Priority - Next Priority - Next Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@vpavicic
Copy link
Contributor

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?

@katarinasupe katarinasupe added community community Severity - S3 Severity - S3 Effort - Unknown Effort - Unknown Importance - I3 Importance - I3 labels Dec 29, 2023
@katarinasupe katarinasupe added the feature feature label Dec 29, 2023
@DavIvek DavIvek added Effort - Low Effort - Low and removed Effort - Unknown Effort - Unknown labels Jan 23, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later and removed Priority - Later Priority - Later labels Feb 4, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later Priority - Next Priority - Next and removed Priority - Later Priority - Later Priority - Next Priority - Next labels Feb 18, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Next Priority - Next and removed Priority - Later Priority - Later labels Feb 26, 2024
@katarinasupe katarinasupe added Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew and removed Importance - I3 Importance - I3 labels Feb 27, 2024
@andrejtonev andrejtonev self-assigned this Feb 29, 2024
@andrejtonev andrejtonev removed their assignment Feb 29, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later and removed Priority - Next Priority - Next labels Mar 1, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Next Priority - Next and removed Priority - Later Priority - Later labels Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community Effort - Low Effort - Low feature feature Frequency - EveryTime Frequency - EveryTime Priority - Next Priority - Next Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
Development

No branches or pull requests

5 participants