[openstreetmap/openstreetmap-website] Disable changeset history (#2632)
Legolash2o
notifications at github.com
Fri May 22 06:31:25 UTC 2020
> I think what @Legolash2o is reporting here is copying of all tags from `current_{node,way,relation}_tags` tables to their respective `{node,way,relation}_tags` 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.
Yes, this is the issue. I don't understand why you have to install an additional item (CGImap) and not have it implemented in the main project.
--
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-632514327
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200521/2c2d4f6e/attachment.htm>
More information about the rails-dev
mailing list