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

update default table schema collection limit to 300 #16880

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

EmmaOnThursday
Copy link
Contributor

@EmmaOnThursday EmmaOnThursday commented Feb 14, 2024

DBMON-3483

What does this PR do?

Until recently we required table metrics to be enabled to collect table information via schemas collection. Relation metrics have a default limit of 300 relations, this provided a hidden default of 300 relations we would collect via schema collection.
Since we no longer require relation metrics for schema collection, we are lowering the default relations collection limit for schemas to match the previous hidden default.

Motivation

Additional Notes

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Changelog entries must be created for modifications to shipped code
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.

lu-zhengda
lu-zhengda previously approved these changes Feb 14, 2024
@lu-zhengda lu-zhengda self-requested a review February 14, 2024 16:43
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a0d9e91) 90.55% compared to head (100dd20) 90.67%.
Report is 1 commits behind head on master.

Additional details and impacted files
Flag Coverage Δ
activemq ?
cassandra ?
confluent_platform ?
hive ?
hivemq ?
hudi ?
ignite ?
jboss_wildfly ?
kafka ?
postgres 92.88% <100.00%> (+0.02%) ⬆️
presto ?
solr ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link

Test Results

   16 files     16 suites   20m 51s ⏱️
  272 tests   270 ✅   2 💤 0 ❌
2 184 runs  2 080 ✅ 104 💤 0 ❌

Results for commit 100dd20.

@EmmaOnThursday EmmaOnThursday merged commit 20bc215 into master Feb 14, 2024
37 checks passed
@EmmaOnThursday EmmaOnThursday deleted the update-max-tables-collection branch February 14, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants