Skip to content

Adding the meta option to a simple node request makes x10 in response time #785

Description

@laem

On our instance, this command will take ~ 2 seconds.

wget "https://overpass.openstreetmap.fr/api/interpreter?data=[out%3Ajson]%3Bway(id%3A1426303011)%3B%0A%09%0A%09out geom qt%3B" -O overpass.json

This one will take 100 x less time than the equivalent with meta.

wget "https://overpass.openstreetmap.fr/api/interpreter?data=[out%3Ajson]%3Bway(id%3A1426303011)%3B%0A%09%0A%09out meta geom qt%3B" -O overpass.json

Is this a bug ? It looks like it.

In this issue, @mmd-osm talked about a x50 in a loop because of meta. @drolbr marked it as fixed.

I suspect some link between both issues.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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