[openstreetmap/openstreetmap-website] Disable changeset history (#2632)

mmd notifications at github.com
Thu May 21 19:33:15 UTC 2020


I think what @Legolash2o is reporting here is copying of all tags from `current_{nodes,ways,relations}` tables to their respective history tables on the Rails port. Indeed that's quite time consuming as tags are copied one by one, rather than using bulk operations. This happens every time a new object version is uploaded.

It's a known issue with existing solutions - one outside of the Rails port (CGImap), and another one as stale pull request (#1995) to address the issue on the Rails port.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2632#issuecomment-632301348
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200521/242ff252/attachment.htm>


More information about the rails-dev mailing list