Open tordans opened 7 months ago
Assuming this quote talks about the overpass server
I don’t think this particular quote has anything to do with overpass, since none of the following applies:
We have also made some optimizations on the database, for example evaluating the indexes and changing some SQL queries to be more efficient.
On the topic of Overpass performance, this is likely a side effect of https://github.com/OSMCha/osmcha-frontend/issues/719 (lack of caching causes all requests to hit Overpass in the end)
Then the Overpass instance used by Osmcha is about two years old. No compression for response message in place. I tried a few queries on overpass-api.de, and they were much faster there.
I see in my network tab that it takes 11 seconds for the overpass request to finish before I can see the changes. It looks like the overpass server at
overpass.osmcha.org
is overloaded.A kind of workaround would be to allow to change the servers in the frontend.
But of course a better way would be to have a server that can handle the load. I read in https://www.openstreetmap.org/user/wille/diary/403465#comment56731 that this is a know problem.
Are there any updates on it? (Assuming this quote talks about the overpass server.)