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

CORE-17745 Remove findUnconsumedStatesByType function #1299

Conversation

blsemo
Copy link
Contributor

@blsemo blsemo commented Oct 16, 2023

The legacy findUnconsumedStatesByType function loads all states into memory for filtering, which is inefficient and cause stability problems on large datasets. It has been replaced by findUnconsumedStatesByExactType which uses a paged approach and in-database filtering.

@blsemo blsemo force-pushed the christians/CORE-17745-remove-old-findUnconsumedStates branch from 05bcee6 to 96a4057 Compare October 16, 2023 08:23
Copy link

This PR is stale because it has been open 7 days with no activity. Remove the Stale label or add a comment - otherwise this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Nov 17, 2023
Copy link

This PR was closed because it has been stale for 7 days with no activity.

@github-actions github-actions bot closed this Nov 27, 2023
@github-actions github-actions bot deleted the christians/CORE-17745-remove-old-findUnconsumedStates branch December 20, 2023 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant