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

Build LayerGroupContainmentCache's cache asynchronously #473

Merged
merged 1 commit into from
May 20, 2024

Conversation

groldan
Copy link
Member

@groldan groldan commented May 20, 2024

LayerGroupContainmentCache builds the cache at startup, and it can be time/resource consuming, delaying the application readiness (e.g. over 1.5 minutes on a catalog with 70k layer groups).

This patch makes the cache build process asynchronously.

`LayerGroupContainmentCache` builds the cache at startup, and it can be
time/resource consuming, delaying the application readiness (e.g. over
1.5 minutes on a catalog with 70k layer groups).

This patch makes the cache build process asynchronously.
@groldan groldan added the enhancement New feature or request label May 20, 2024
@groldan groldan merged commit c551537 into geoserver:main May 20, 2024
2 checks passed
@groldan groldan deleted the lg_containment_cache_async branch May 20, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant