It is not a big surprise but getting the history of a big relation with many edits takes enormous amounts of memory. For example, api.RelationHistory(2771761) (https://www.openstreetmap.org/relation/2771761) takes over 1,5GB of memory. This is because there is no way to specify/request shallow copies and the data is not exactly stored densely.
Is there any workaround for that?
It is not a big surprise but getting the history of a big relation with many edits takes enormous amounts of memory. For example,
api.RelationHistory(2771761)(https://www.openstreetmap.org/relation/2771761) takes over 1,5GB of memory. This is because there is no way to specify/request shallow copies and the data is not exactly stored densely.Is there any workaround for that?