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

Ingest field configuration helper cache #2614

Open
wants to merge 1 commit into
base: integration
Choose a base branch
from

Conversation

dtspence
Copy link
Collaborator

Implementation of a field helper cache using an LRU map.

  • The cache can be optionally enabled on the BaseIngestHelper instance and will wrap an existing FieldConfigHelper implementation.
  • By default the cache is disabled and must be enabled via configuration.

Closes #2612

@dtspence dtspence force-pushed the feature/ingest-cache-field-helper branch 2 times, most recently from afdf5af to db63c0c Compare October 16, 2024 17:53
@dtspence dtspence force-pushed the feature/ingest-cache-field-helper branch from db63c0c to 3f7d5b6 Compare October 17, 2024 14:10
@dtspence dtspence marked this pull request as ready for review October 17, 2024 14:10
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.

FieldConfigHelper results cache
1 participant