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

Provide a switch for expensive parts of report generation #14

Open
psteiwer opened this issue Mar 22, 2022 · 0 comments
Open

Provide a switch for expensive parts of report generation #14

psteiwer opened this issue Mar 22, 2022 · 0 comments

Comments

@psteiwer
Copy link
Owner

Set NewExtentSize = ##Class(%SQL.Manager.Catalog).GetCalcTableExtentSize($P(sqlclass,".",1), $P(sqlclass,".",2))

//Execute %Analyze but skip it if indices take too long

These two areas of code can cause the report to take a long time. It would be nice if there was an additional flag to include/exclude these parts. Sometimes it may be worth it to wait the extra time to get these parts of the report when we know we will care about them. Currently we will need to run some commands manually, which does gives us the information. However, this information will likely be lost when looking back at the report in the future

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