PostgreSQL or MS SQL Server?

Posted by mmiika on Stack Overflow See other posts from Stack Overflow or by mmiika
Published on 2008-11-20T05:26:13Z Indexed on 2010/03/11 17:54 UTC
Read the original article Hit count: 281

I'm considering using PostgreSQL with a .Net web app. Basically 3 reasons:

  1. Mature Geo Queries
  2. Small footprint + Linux
  3. Price

I'm wondering a bit about tools though, SQL Server Profiler and query plans and performance monitors have been helpful. How is this world with Postgres? Some other things I should consider?

Edit: Will most likely use NHibernate as ORM

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about sql-server