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

Feature/elastic search db performance #207

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

josvandervelde
Copy link
Contributor

The elasticsearch endpoint retrieved the resources sequentially from the database. That was quite slow. Now it performs only a single db-query.

Also, 2 extra unittests, and reduced the code-duplication in the unittests.

Copy link
Collaborator

@AdrianAlcolea AdrianAlcolea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great =)

@josvandervelde josvandervelde merged commit 4e19b1c into develop Nov 28, 2023
@josvandervelde josvandervelde deleted the feature/elastic_search_db_performance branch November 28, 2023 15:39
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.

2 participants