[postgis-tickets] [PostGIS] #3714: ST_AsMVT suboptimal integer encoding
PostGIS
trac at osgeo.org
Sun Feb 19 12:17:21 PST 2017
#3714: ST_AsMVT suboptimal integer encoding
----------------------------+---------------------------
Reporter: Björn Harrtell | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Keywords: |
----------------------------+---------------------------
The current code encodes any integer value as `int64` but could inspect
the sign of the value to encode as `uint64` or `sint64` instead which will
result in a more compact encoding for the reasons explained here:
https://developers.google.com/protocol-buffers/docs/encoding#signed-
integers.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3714>
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