Spatial data warehousing in PostgreSQL
1 comments
I don't know about data warehousing with spatial data, but two guys I was taking two a couple of months ago were both working on web apps that worked with geospatial data. Both of them were using postgres for geospatial use and endorsed it over both mySQL and MS-SQL.
The language will be Python (Django), but I'm waffling on the database. All of my experience is with MySQL, but I believe the out-of-the-box support for some of the software we'll be using is PostgreSQL.
Do any of you have experience with data warehousing? What about a data warehouse with spatial features? And what of the trade-offs between MySQL and PostgreSQL for this task?
Any information/links you can provide on any of these subjects would be fantastic.