I know you can still pay for Postgres HOSTING. But I am talking about the RDBMS software itself. It is free. Unlike other solutions (looking at you Microsoft SQL Server)
Please help me understand. Why would any organization with decent IT knowledge pay for any relational database software when Postgres is pretty much the best, easiest to use, fast and with less "weird quirks" of them all?
Is this just a "CEO vendor lock in mentality" thing?
Why would literally anyone pay for any RDBMS when Postgres is rock solid and free?
Which postgresql is free for lifetime upto 1-10 gb?
Can somehow explain in layman's terms how much hosting postgreSQL on AWS would cost?
What Free Postgres Service That Can Scale Do You Recommend?
What are the benefits of using PostgreSQL?
PostgreSQL has a rich history of supporting advanced data types. It supports a level of performance optimization that is common across its commercial database counterparts, like Oracle and SQL Server. Read more benefits below.
General purpose OLTP database
PostgreSQL has superior online transaction processing capabilities (OLTP) because you can configure it for automatic failover and full redundancy. Financial institutions, manufacturers. startups, and large enterprises use PostgreSQL as the primary data store to support their internet-scale applications, solutions, and products.
Federated database
PostgreSQL's Foreign Data Wrappers and JSON support allow it to link with other data stores—including NoSQL types. As a result, it can act like a federated hub for polyglot database systems that use different database technologies for varying use cases.