> > Nah, sorry, just noticed I was running GeoServer trunk > on a different jdk (jdk5 whilst 1.6.x was running on jdk6). > The results on trunk after minor optimizations and switching > to jdk6 are: > > shapefile: 5 seconds > postigis: 67 seconds > > So there's still a 45% slowdown to recover from. I'm > working on it.
Thanks Andrea, it is good to finally have numbers to work with. Not surprising that SimpleFeatureBuilder is slow, not designed or implemented with optimization in mind. Do you have a better idea of where the time is being spent? I suspect it is in all the intermediate Attribute object creation. > > Cheers > Andrea > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > !DSPAM:4007,475c04d0221342092453641! > -- Justin Deoliveira The Open Planning Project http://topp.openplans.org ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
