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: 299
I'm considering using PostgreSQL with a .Net web app. Basically 3 reasons:
- Mature Geo Queries
- Small footprint + Linux
- 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