Hello, For a shapefile the easiest way to improve performance is to load all or some of your data into memory. The 'Things To Try' section of the Quickstart tutorial has an example of in-memory caching using a simple CachingFeatureSource class.
Michael On 3 October 2011 22:17, Lasith Chandrasekara <[email protected]> wrote: > Hi, > > I want to create a optimized GIS application with GeoTools. My map file is > bit heavy. I want to have the search/browsing featureĀ working as much as > fast. Are there any best practices or guidelines I need to follow to achieve > this? > > Note: > I want to load an shape file directly to the geotools interface. If I can > use GIS supporing db like PostGIS will there be any performance difference > compare to shape file? > > Regards. > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > > ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
