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

pgconfig: query optimizations #462

Conversation

groldan
Copy link
Member

@groldan groldan commented May 3, 2024

  • Support IsInstanceof function
  • Optimize querying by LayerInfo.styles and LayerGroupInfo.styles/layers
  • Improve per-request CatalogInfo RowMapper cache locality

groldan added 3 commits May 3, 2024 17:25
User per-type, true-LRU small caches in `CatalogInfoRowMapper` to
improve locality.

Do not cache `ResourceInfo` (`FeatureTypeInfo`, etc.). They would only
be parsed when a `ResourceInfo` was explicitly requested or when parsing
a `LayerInfo`. In the later case, the relationship is 1:1 so no need for
caching.
@groldan groldan added the enhancement New feature or request label May 3, 2024
@groldan groldan merged commit 9f1cdad into geoserver:main May 3, 2024
2 checks passed
@groldan groldan deleted the feature/pgconfig_multivalued_id_query_properties branch May 3, 2024 20:52
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