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

[GEOS-11246] Schemaless plugin performance improvement #355

Closed
wants to merge 1 commit into from

Conversation

Mike7311
Copy link

@Mike7311 Mike7311 commented Jan 8, 2024

https://osgeo-org.atlassian.net/browse/GEOS-11246

Changed DynamicComplexTypeImpl to search attributes in LinkedHashMap instead of ArrayList for Mongo schemaless plugin.
For my particular use case (969 documents with deep nesting) ordinary GetFeature request time (without any filter) decreased from 12-14 seconds to 2-5 seconds.

Checklist

For core and extension modules:

  • New unit tests have been added covering the changes.
  • Documentation has been updated (if change is visible to end users).
  • The REST API docs have been updated (when changing configuration objects or the REST controllers).
  • There is an issue in the GeoServer Jira (except for changes that do not affect administrators or end users in any way).
  • Commit message(s) must be in the form [GEOS-XYZWV] Title of the Jira ticket.
  • Bug fixes and small new features are presented as a single commit.
  • Each commit has a single objective (if there are multiple commits, each has a separate JIRA ticket describing its goal).

@Mike7311 Mike7311 self-assigned this Jan 8, 2024
@Mike7311 Mike7311 requested a review from aaime January 8, 2024 10:16
@Mike7311 Mike7311 closed this Jan 9, 2024
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.

1 participant