[Geoserver-devel] [jira] Created: (GEOS-2448) kml vector transformer stores all fid's from a dataset in memory

kml vector transformer stores all fid's from a dataset in memory
----------------------------------------------------------------

                 Key: GEOS-2448
                 URL: http://jira.codehaus.org/browse/GEOS-2448
             Project: GeoServer
          Issue Type: Improvement
            Reporter: Justin Deoliveira
            Assignee: David Winslow

Everything we do in geoserver is always streamed. Storing a map of fids for every feature in memory will not scale. I realize that just the fid does not have the footprint of an entire feature but still, we have never put a restriction on the number of features we can handle and stream out... and this would.

This should be rethought. David had the idea of first dumping styles out to a temp file and then just including the contents on the second pass. Also see the patch for GEOS-2447. It removes this.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira