smindel / silverstripe-gis

Adds support for geographic types.
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Optimise GeoJSON service for very large data sets #10

Closed smindel closed 5 years ago

smindel commented 5 years ago

Tenth of thousandth points can easily be served with 128MB RAM. But when we hit millions, the service errors out because of insufficient memory. By not buffering, memory issues can be avoided altogether.