Handling multiple requests #408
dpolamarasetty
started this conversation in
General
Replies: 1 comment 2 replies
-
The docker image allows you to send parallel requests by default. Have you tried that? how much paralellism depends on your hardware. once you've reached the limits of that you could play around with the configuration. However, my gut feeling is that you will gain more performance fine tuning the Postgres config rather than switching to nginx. This however very much a trial and error process. I would be very interested in hearing about your findings so if you've gained any insights, please post them here. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have my own nominatim server running in AWS using the nominatim docker image. I have millions of addresses i need to verify, so i use the search method, from my understanding we cannot do batch processing using the search method. The only batch process allowed is if i already have the osm_ids. What is the best way to make sure my server can run parallel requests?and the best configurations for it? Should I be using nginix instead of apache ?Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions