Opened 4 years ago
Last modified 4 months ago
#4822 new defect
Set costs and parallel settings on tiger functions — at Version 2
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.6.0 |
Component: | tiger geocoder | Version: | 3.1.x |
Keywords: | Cc: |
Description (last modified by )
Now that 9.6 is the minimum I can set costs and parallel settings.
I discovered one of my geocodings was slower in PostgreSQL 12 because the geocoding process was repeating for each because the CTE is not always materialized now. Setting costs high setting expected rows returned from default 1000 to 1 alleviates that.
In fact the ROWS count seemed to have a much greater impact than anything else.
Change History (2)
comment:1 by , 4 years ago
Version: | 3.0.x → 3.1.x |
---|
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.