Skip to content

Many parallel requests on Overpass API #29

@mmd-osm

Description

@mmd-osm

Hi,

I've already opened a similar issue for briefkastenkarte: bierett/briefkastenkarte#8. As stated by someone else, this repo is probably a better place to report it... Please check this issue first for a detailed issue description + recommendations.

Basically, splitting up a (rather small) bbox into many small parts and trying to load them in parallel is not the most efficient approach, given that Overpass API will only handle one request at a time (rambler instance being the exception atm). Even worse, it creates unnecessary overhead without getting the data any faster due to serialization. Creating a large number of requests in a short timeframe also increases chances for HTTP 429 errors.

In additional please also check Rolands comments on this topic: https://lists.openstreetmap.org/pipermail/talk-de/2015-May/111111.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions