[postgis-devel] Issue 56 in postgis: ST_Buffer slow for large buffers, can be made faster

codesite-noreply at google.com codesite-noreply at google.com
Sun Sep 28 11:58:21 PDT 2008


Issue 56: ST_Buffer slow for large buffers, can be made faster
http://code.google.com/p/postgis/issues/detail?id=56

New issue report by pwramsey3:
What steps will reproduce the problem?
1. take a smallish geometry with somewhat dense vertices
2. buffer by a distance many times larger than the average inter-vertex  
distance
3. 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.




Issue attributes:
	Status: Accepted
	Owner: pwramsey3
	Labels: Type-Enhancement Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the postgis-devel mailing list