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

Issue 49501: Update the maximum depth for the ancestor closure query #5169

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

labkey-susanh
Copy link
Contributor

@labkey-susanh labkey-susanh commented Jan 29, 2024

Rationale

Issue 49501: Clients are relying on pulling from ancestors that are more than 5 generations away to get the data they need for printing barcodes. For most usages, where there are fewer than 5 generations, the change in this PR will have no effect. For those who have more than 5, this is modest increase in the maximum. They may experience some performance issues at some point, of course, but it should mostly be when recomputing the closure query table (during server startup or inserting or deleting of samples).

Changes

  • Increase maximum lineage lookup depth to 10 generations

@labkey-susanh labkey-susanh merged commit 163e44f into develop Jan 30, 2024
5 checks passed
@labkey-susanh labkey-susanh deleted the fb_moreAncestors branch January 30, 2024 17:45
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

Successfully merging this pull request may close these issues.

2 participants