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

column sizes in asqlmon and dasqlmon could be nicer (imho) #12

Open
nklamann opened this issue Oct 30, 2019 · 1 comment
Open

column sizes in asqlmon and dasqlmon could be nicer (imho) #12

nklamann opened this issue Oct 30, 2019 · 1 comment

Comments

@nklamann
Copy link

I suggest to make some adjustments to columns sizes in asqlmon.sql and dasqlmon.sql and could provide a pull request

@tanelpoder
Copy link
Owner

I have planned this for a while:

  1. have asqlmon/dasqlmon without the lengthy predicate columns in the end at all and have a clone script asqlmonx.sql/dasqlmonx.sql (X meaning extended output)

OR

  1. Just comment out the lengthy predicate columns completely as I've ended up not using the full plan details in asqlmon much, just find where the time is going and then look up the full plan with DMBS_XPLAN.DISPLAY_AWR or similar tool. Can always uncomment as needed (and we won't have an extra pair of script variations)

So, let's go with 2?

As far as other columns are concerned, would you want to increase or decrease any of their lenghts?

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

2 participants