[postgis-tickets] [PostGIS] #4490: PG12: Review MVT functions cost
PostGIS
trac at osgeo.org
Tue Aug 27 03:20:38 PDT 2019
#4490: PG12: Review MVT functions cost
-------------------------+---------------------------
Reporter: Algunenano | Owner: Algunenano
Type: enhancement | Status: assigned
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+---------------------------
The current cost (`procost+ ) of ST_AsMVTGeom is the C default (1). Since
it's a function that can have a really high CPU usage we should consider
raising its cost to improve parallelization.
I think we should review it together with the ST_AsMVT, since they are
usually called together and the aggregation might also have a high cost
(depends on the how the hash table is populated).
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4490>
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