Opened 7 years ago
Closed 7 years ago
#3927 closed enhancement (fixed)
ST_AsMVT parallel implementation
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
In 16105: