Opened 17 years ago
Closed 16 years ago
#56 closed enhancement (invalid)
ST_Buffer slow for large buffers, can be made faster
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | postgis | Version: | |
Keywords: | Cc: |
Description (last modified by ) ¶
What steps will reproduce the problem?
- take a smallish geometry with somewhat dense vertices
- buffer by a distance many times larger than the average inter-vertex distance
- wait
A process that repeatedly buffers outwards, simplifying the output at each step, will return much faster than a one-step process. if your buffer distance is 1000 times your intervertex distance, try doing buffer(1), simplify(1), buffer(10), simplify(10), buffer(100), simplify(100), etc.
Change History (1)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | accepted → invalid |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Upgrades to GEOS currently underway will address this.