Opened 15 years ago

Closed 7 years ago

#154 closed enhancement (fixed)

chopping routines for tables with large geometries

Reported by: pramsey Owned by: pramsey
Priority: low Milestone: PostGIS Fund Me
Component: postgis Version: master
Keywords: Cc:

Description

Mapping or querying / analyzing tables with large (many vertices) features can be very inefficient. Some strategic de-normalization, in the form of chopping big things into smaller things, can improve performance greatly. Chop polygons into little squares, and associated boundary table of lines. Chop lines into shorter lines.

Change History (4)

comment:1 by mcayland, 15 years ago

Version: 1.42.0

Changing version to 2.0 so it doesn't appear as a blocker against a 1.4 release.

comment:2 by pramsey, 14 years ago

Milestone: postgis 1.5.0FUTURE

comment:3 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

comment:4 by pramsey, 7 years ago

Resolution: fixed
Status: newclosed

ST_Subdivide did this

Note: See TracTickets for help on using tickets.