CartoDB / camshaft

Analysis library to create data views from queries
BSD 3-Clause "New" or "Revised" License
17 stars 7 forks source link

Polygons from geometries analysis should be cached #382

Closed Algunenano closed 5 years ago

Algunenano commented 5 years ago

Analysis that create polygons from geometries, like Concave Hull or Convex Hull are usually don't grow linearly which makes them extremely CPU and memory intensive when the size of the input grow. Recalculating them for each tile / request is quite dangerous.

Algunenano commented 5 years ago

Stale