Hi Jay, It really depends on your data (size of if and if you need to do some extra handling e.g. sorting, data manipulation, data source level attribute filtering .. ).
So as a rule of thumb, very large data sets (>1gb) that require on-fly pre-processing (OpenStreetMap) or need to have read/write access are better served by PostgreSQL/PostGIS. Shapefiles + index are good for static things like boundaries. In my experience < 1Gb shape file s perform reasonably good. HTH, Artem 2009/2/3 Jay Douillard <[email protected]> > Hello all, > > I've searched around and I can't find an answer. Has anyone done any tests > as to the performance differences between using a shapefile with an index > and PostGIS when rendering with mapnik. I ask as my experience with Arcmap > tells me that geodatabases are 2 to 3 times faster to draw over > shapefiles....I'm currently using shapefiles, but if there is a large > performance gain I may set up a PostGIS database. > Thanks! > > > ---- > Jay > _______________________________________________ > Mapnik-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/mapnik-users >
_______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

