Opened 16 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 , 15 years ago
Version: | 1.4 → 2.0 |
---|
comment:2 by , 15 years ago
Milestone: | postgis 1.5.0 → FUTURE |
---|
Note:
See TracTickets
for help on using tickets.
Changing version to 2.0 so it doesn't appear as a blocker against a 1.4 release.