Skip to content

Update recursiveIncludes.reduce default behavior to choose the fastest approach based on whether the DB is up to date. #13459

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

Open
Colengms opened this issue Apr 4, 2025 · 0 comments

Comments

@Colengms
Copy link
Contributor

Colengms commented Apr 4, 2025

Feature Request

As a follow up to:
#11780
#13374

The behavior of 'default' could be changed to provide the best performance from both behaviors. If the database is up to date, "reducing" (which would otherwise require tag parsing) would be the faster approach. If the database is not fully up to date, not reducing would likely be faster. We could check if the database is up to date and select the fastest behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant