Opened 6 years ago
Closed 6 years ago
#4145 closed enhancement (fixed)
Speedup MVT column parsing
Reported by: | Algunenano | Owned by: | Algunenano |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Column parsing using GetAttributeByNum
is pretty slow, which becomes an issue when you need to parse hundreds of columns.
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
PR with over a 10x improvement: https://github.com/postgis/postgis/pull/286
Note:
See TracTickets
for help on using tickets.
In 16684: