[postgis-tickets] [PostGIS] #3927: ST_AsMVT parallel implementation
PostGIS
trac at osgeo.org
Thu Nov 9 09:12:11 PST 2017
#3927: ST_AsMVT parallel implementation
-------------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: enhancement | Status: new
Priority: high | Milestone: PostGIS 2.5.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+---------------------------
Using the serialize/deserialize infrastructure already in the protobuf
format, we can relatively easily pass a partial aggregate from a worker
node to a master node for combination into the final output. The only
potential downside is that the MVT process itself is not much of a
bottleneck, it's more the process of building the transformed geometries
that takes time, so potentially this is trying to force parallelism on
other aspects of an MVT query.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3927>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list