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

Sql query plan index details shows scientific notation that is longer than base10 number #357

Open
johnmwright opened this issue Nov 6, 2019 · 0 comments

Comments

@johnmwright
Copy link

When showing the details table on an index in the sql query plan, some of the numbers display in scientific notation (ex: 1.80534e+007) even when the base10 number would take up less space (ex: 18053400).

In my opinion, there are few, if any, cases where the scientific notation would be preferred over the more-human-readable base10 notation, so I would suggest that the display logic be modified to force a non-scientific-notation output in all cases.

Example:
image

If preferred, I can provide a live example from the internal Stack Overflow opserver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant