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

Reduce number of SQL queries for lookup call #3586

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

lonvia
Copy link
Member

@lonvia lonvia commented Nov 13, 2024

Until now, lookup would loop through the requested places and search for each of them separately. This changes the implementation to have a single SQL query for the complete list of places.

@lonvia lonvia merged commit 1a64c3b into osm-search:master Nov 13, 2024
9 checks passed
@lonvia lonvia deleted the reduce-lookup-calls branch November 13, 2024 18:34
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