Hi Serge You wrote earlier: > 2) We don't really have a universal benchmark.
I've defined a generic spatial benchmark called HSR Texas Geo Database Benchmark: http://www.gis.hsr.ch/wiki/HSR_Texas_Geo_Database_Benchmark This includes scripts for PostGIS, Spatialite and GeoCouch. Feel free to add MongoDB to this. Yours, S. 2010/7/5 Serge Wroclawski <[email protected]>: > On Mon, Jul 5, 2010 at 8:48 PM, Ian Dees <[email protected]> wrote: >> I'd be happy to look at the code, but XML parsing is no the slow part: >> writing to the format that Mongo expects (BSON) is. > > To be fair, we never entirely established that (did we?). The BSON > encoder part of the MongoDB library we're using is in C. If it's still > slow beyond that, it seems like it's something to take up in the > Python C based MongoDB BSON encoder... > > My inclination here is to make a few other changes first. Namely: > > 1) Get better hardware > 2) Move the database and XML parser to two different hosts > 3) Get a standard testing suite. > > - Serge > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

