Can you please help me to know the answer of this question "Why we should choose PostgreSQL over MSSQL"
Loading
Can you please help me to know the answer of this question "Why we should choose PostgreSQL over MSSQL"
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Apr 4, 2022, 12:39 AM
Sachin SinghPosted Apr 3, 2022, 4:48 PM
Muhammad Imran AnsariPosted Apr 3, 2022, 11:10 AM
There are lot of comparison on WHY question. Below are the some main comparisons:
In Terms of licencing:
PostgreSQL is Free and open source relational database management system, maintained by PostgreSQL. SQL Server is Commercial database management system, built and maintained by Microsoft.
Supported Server Operating Systems:
PostgreSQL seems to be more universal. It is widely available on multiple operating systems: FreeBSD, HP-UX, Linux, NetBSD, OpenBSD, OS X, Solaris, Unix, Windows.
SQL Server is limited to Windows, and recently Linux.
For more comparisons, read the following nice article on this:
https://tableplus.com/blog/2018/10/postgresql-vs-sql-server-database-comparison.html
Uttam KumarPosted Apr 3, 2022, 6:49 AM
There are plenty of articles on the internet but I found this one very content full
https://www.enterprisedb.com/blog/microsoft-sql-server-mssql-vs-postgresql-comparison-details-what-differences
I hope this might help you understand as well .. Cheers!