[postgis-users] Test bench results on peformance/limits of postgis/postgresql?

2012-07-10 Thread Thomas Lefort
Hello,

I am wondering if there is any performance test bench results on the use of
postgresql/postgis for geometry intersections.

I have this set up: several millions of polygons, with up to 20-30 points
each (satellite instrument footprints) with a start and stop time each, and
I need to make a query to retrieve all of those polygons that intersect an
area of interest and withing a given time range (and possibly other type of
filters such as name of sensors etc...). I have a working configuration
which is rather fast wrt to the actual request made (number of matching
results) but there is not that many footprints, eg several 10. I
created a GIST index on my geometry and also indexes on various other such
as sensor name.

My question is how will this scale? I could randomly add many footprints
and make some tests, but if there is an interesting study on this, in
particular recommendations on database configuration, indexes, hardware,
etc... I would be very interested to read them.

Thanks,

Thomas
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] Test bench results on peformance/limits of postgis/postgresql?

2012-07-10 Thread Thomas Gratier
Hello,

Look on this blog post
http://blog.cleverelephant.ca/2012/02/postgis-vs-oracle-spatial.html that
redirect you to a complete paper comparing Oracle and PostGIS.
For perfs too, see some thoughts about latest PostgreSQL features (not
spatial in particular)
http://www.databasesoup.com/2012/04/foss4g-na-2012.html
For tuning advice focusing on PostGIS
http://underdark.wordpress.com/2011/01/14/postgis-tuning/ who share the
link to OpenGeo tutorial
Dont forget the official PostgreSQL wiki
http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server

Regards

ThomasG
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users