Replies: 1 comment
-
Use NVME SSDs if you can. It makes a huge difference. More RAM will also help. For specs of our servers, browse https://hardware.openstreetmap.org/ (look out for "Nominatim"). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Nominatim Community,
We have recently installed Nominatim with the complete global dataset on our server, and I have been conducting some benchmark tests comparing the response times for reverse geocoding between our server and the official Nominatim server.
Here are the results for 100 randomly generated lat/lon coordinates, with requests sent sequentially:
Our Server:
Official Nominatim Server:
Given these results, I am exploring ways to further improve the response times on our server. Our current setup includes a fast hybrid disk and 128 GB of RAM, with 10 CPU cores. I am considering several upgrades, such as switching to an SSD, increasing RAM, or simply optimizing default settings.
Would any of these changes significantly enhance our server's performance, especially given our plan to handle millions of daily unique requests? Any suggestions or insights on the potential impact of these upgrades would be greatly appreciated.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions