Changes between Initial Version and Version 2 of Ticket #4822
- Timestamp:
- 01/05/21 04:34:09 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4822
- Property Version 3.0.x → 3.1.x
-
Ticket #4822 – Description
initial v2 1 1 Now that 9.6 is the minimum I can set costs and parallel settings. 2 2 3 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 alleviates that. 3 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. 4 5 In fact the ROWS count seemed to have a much greater impact than anything else.