[Tile-serving] [openstreetmap/osm2pgsql] Add some Lua helper functions with docs, and tests for them (#1084)
Jochen Topf
notifications at github.com
Thu Feb 27 08:23:28 UTC 2020
@pnorman Yes, @mmd-osm is right. The idea here is the `create` function gets the data in a format that's easy for the user to write and converts it into something that is as fast as possible to execute for millions of objects.
For instance in the case of the "clean" function, it allows you to set up equality and prefix matches using the intuitive "foo" and "foo*" syntax, but we don't want to check for the `*` every time etc. So the create function sets up two different data structures for the different types of matches.
--
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/osm2pgsql/pull/1084#issuecomment-591843088
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200227/ce162ef2/attachment.htm>
More information about the Tile-serving
mailing list