When I was running millions of rows of data for a government client, having Oracle support basically on call 24/7 was nice and it was used multiple times in the 4 years that I managed that system. That is why the company paid for Oracle, plus the security, performance, documentation, etc. The other big thing is that we had SLAs with our clients (mainly government and fortune 100 companies) if we didn't meet those SLAs for any reason, we were in deep shit for the money we had to pay out to those clients in form of credits or even legal fees for law suits. It is cheaper to pay for a package like Oracle that can give you the SLAs and help you in the event of an outage so that you are less exposed to risk. Most large corporations will make decisions not on cost, but on risk mitigation. How much will it cost IF it fails? Answer from jcmacon on reddit.com
When I was running millions of rows of data for a government client, having Oracle support basically on call 24/7 was nice and it was used multiple times in the 4 years that I managed that system. That is why the company paid for Oracle, plus the security, performance, documentation, etc. The other big thing is that we had SLAs with our clients (mainly government and fortune 100 companies) if we didn't meet those SLAs for any reason, we were in deep shit for the money we had to pay out to those clients in form of credits or even legal fees for law suits. It is cheaper to pay for a package like Oracle that can give you the SLAs and help you in the event of an outage so that you are less exposed to risk. Most large corporations will make decisions not on cost, but on risk mitigation. How much will it cost IF it fails? Answer from jcmacon on reddit.com
🌐
Reddit
reddit.com › r/webdev › why would literally anyone pay for any rdbms when postgres is rock solid and free?
r/webdev on Reddit: Why would literally anyone pay for any RDBMS when Postgres is rock solid and free?
April 27, 2024 -

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?

🌐
PostgreSQL
postgresql.org
PostgreSQL: The world's most advanced open source database
PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
Discussions

Why would literally anyone pay for any RDBMS when Postgres is rock solid and free?
When I was running millions of rows of data for a government client, having Oracle support basically on call 24/7 was nice and it was used multiple times in the 4 years that I managed that system. That is why the company paid for Oracle, plus the security, performance, documentation, etc. The other big thing is that we had SLAs with our clients (mainly government and fortune 100 companies) if we didn't meet those SLAs for any reason, we were in deep shit for the money we had to pay out to those clients in form of credits or even legal fees for law suits. It is cheaper to pay for a package like Oracle that can give you the SLAs and help you in the event of an outage so that you are less exposed to risk. Most large corporations will make decisions not on cost, but on risk mitigation. How much will it cost IF it fails? More on reddit.com
🌐 r/webdev
147
260
April 27, 2024
Which postgresql is free for lifetime upto 1-10 gb?
Any particular reason it has to be Postgres? If the application barely needs to be opened i'd presume SQLite would be more suited for the job More on reddit.com
🌐 r/SQL
13
13
May 4, 2025
Can somehow explain in layman's terms how much hosting postgreSQL on AWS would cost?
Prefacing this with I work for AWS, but not involved in billing, marketing, or sales. I’m also a customer for my startup. The cost per hour is simply for up-time. If your database is always live then multiply that amount by 750 (number of hours in a month, more or less) and that’s approximately your monthly charge. There are also some data transfer fees associated with it, but unless you have a HUGE (and I mean HUGE) amount of traffic, these costs will be insignificant or possibly $0 since there’s a free tier limit. If you turn your database off from time to time then you do not get charged for when it’s off. You can set up lambdas to automatically do this for you. The costs per hour vary by region, type of language (MySQL, Postgres, Oracle, etc.), and size. Really size is the biggest factor - how much storage you need, how fast you need it to run, etc. There are additional costs associated with having a read-replica (or DR- Disaster Recovery) backup of the database. There are free tiers you can use that cost nothing (or close to, depending on data transfer costs and storage) for the first 12 months, but these are very low-power servers that will take longer to return results for example. You can also apply for AWS credits through their Proof of Concept program or AWS Activate Founders program. Our bill is $450 or so per month for a few different services (probably around $250 for our PG databases), but we haven’t paid anything out of pocket in over a year due to the credits we’ve received. You can also set up budget alerts so you get emails when your actual costs reach a certain threshold or when forecasted costs reach a certain amount. Also for when your actual costs reach a percentage of monthly budget. Be very careful with AWS billing - it’s easy to lose track and end up with a bill much greater than you expected. Set up budgets and alerts early so you can get ahead of it. I recommend starting w a free tier and if you need a more powerful server you can upgrade at any time. Cheers! More on reddit.com
🌐 r/PostgreSQL
14
9
January 4, 2022
What Free Postgres Service That Can Scale Do You Recommend?
You want an awful lot for exactly no money. More on reddit.com
🌐 r/rails
59
25
February 6, 2023
People also ask

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.

🌐
aws.amazon.com
aws.amazon.com › amazon rds › amazon rds for postgresql › what is postgresql
What is PostgreSQL? - PostgreSQL Explained - AWS
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.

🌐
aws.amazon.com
aws.amazon.com › amazon rds › amazon rds for postgresql › what is postgresql
What is PostgreSQL? - PostgreSQL Explained - AWS
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.

🌐
aws.amazon.com
aws.amazon.com › amazon rds › amazon rds for postgresql › what is postgresql
What is PostgreSQL? - PostgreSQL Explained - AWS
🌐
PostgreSQL
postgresql.org › about
PostgreSQL: About
PostgreSQL comes with many features aimed to help developers build applications, administrators to protect data integrity and build fault-tolerant environments, and help you manage your data no matter how big or small the dataset. In addition to being free and open source, PostgreSQL is highly ...
Find elsewhere
🌐
Wikipedia
en.wikipedia.org › wiki › PostgreSQL
PostgreSQL - Wikipedia
5 days ago - POHST-gres-kew-EL), also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transactions with atomicity, consistency, isolation, durability (ACID) properties, automatically updatable views, ...
🌐
Medium
medium.com › @bhagyarana80 › is-postgres-free-8-clear-answers-for-python-devs-934130a0f3db
Is Postgres Free? 8 Clear Answers for Python Devs | by Bhagya Rana | Medium
October 1, 2025 - Open-core vendors: Postgres remains free; vendor tooling/support may be paid. Rule of thumb: Free to use ≠ free to run. Budget for storage growth, IOPS, and backups early. PostgreSQL publishes official hard limits.
🌐
PostgreSQL
postgresql.org › about › licence
PostgreSQL: License
THE SOFTWARE PROVIDED HEREUNDER ... SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. The PostgreSQL Global Development Group remains committed to making PostgreSQL available as free and open source software in perpetuity....
🌐
Google Cloud
cloud.google.com › sql › postgresql
Cloud SQL for PostgreSQL Managed Database | Google Cloud
Cloud SQL for PostgreSQL offers cost-effective options to fit every budget. Choose Cloud SQL Enterprise for general purpose workloads or Cloud SQL Enterprise Plus for high performance, business-critical workloads. Pricing varies with settings, including how much CPU, memory, and storage you provision. Cloud SQL offers per-second billing and database instances are easy to stop and start. ... Start building on Google Cloud with $300 in free credits and 20+ always free products.
🌐
AWS
aws.amazon.com › amazon rds › amazon rds for postgresql › what is postgresql
What is PostgreSQL? - PostgreSQL Explained - AWS
1 week ago - In 1996, the project was renamed ... PostgreSQL is still commonly abbreviated as Postgres). A dedicated and diverse community of contributors—the PostgreSQL Global Development Group—continues to make regular major and minor releases of the free and open-source database ...
🌐
Microsoft Azure
azure.microsoft.com › en-us › products › postgresql
Azure Database for PostgreSQL | Microsoft Azure
This is enough to run a small PostgreSQL server continuously, ideal for development, testing, or evaluation before committing to paid usage. Learn more about the Azure free account here.
🌐
W3Schools
w3schools.com › postgresql › postgresql_intro.php
Introduction to PostgreSQL
PostgreSQL is a free open-source database system that supports both relational (SQL) and non-relational (JSON) queries.
🌐
Aiven
aiven.io › free-postgresql-database
Free PostgreSQL® Database, No Credit Card - Aiven
Aiven offers free managed PostgreSQL® service and also a paid version with full capabilities, support and features of the Aiven data platform. Aiven for PostgreSQL® is a managed, scalable PostgreSQL database deployable in a variety of clouds.
🌐
PostgreSQL
postgresql.org › download
PostgreSQL: Downloads
PostgreSQL is available for download as ready-to-use packages or installers for various platforms, as well as a source code archive if you want to build it yourself. Select your operating system family: Linux macOS Windows BSD Solaris · Select your Linux distribution: Debian Red Hat/Rocky/AlmaLinux SUSE Ubuntu Other Linux · Select your BSD operating system: OpenBSD FreeBSD ...
🌐
Stormatics
stormatics.tech › home › postgresql license: free to use, enterprise-ready, and cost-efficient in production
Is PostgreSQL Free for Production? License & Costs Explained
February 17, 2026 - No, PostgreSQL is released under a permissive BSD-style license and is free to use, modify, and distribute commercially.
🌐
DEV Community
dev.to › hackmamba › run-postgres-for-free-top-3-options-2pk6
Run Postgres For Free: Top 3 Options - DEV Community
March 27, 2025 - Whether you’re a developer building a side project or a startup testing the waters, running PostgreSQL without breaking the bank is a win-win. This article will show you the three top options for running PostgreSQL databases for free, from exploring some modern cloud hosting options to setting them up for development.
🌐
Prisma
prisma.io › postgres
Prisma Postgres | Serverless PostgreSQL with Instant Setup
Handles connection pooling ... isolation, and enterprise-grade compliance, all managed for you. Usage-based pricing, with a generous free tier....
🌐
Supabase
supabase.com › docs › guides › database › overview
Database | Supabase Docs
1 day ago - Every Supabase project gets a full Postgres database, not a Postgres abstraction. This database is the foundation that Auth, Storage, Realtime, and Edge Functions are built on, and Supabase manages daily database backups and offers point-in-time recovery on paid plans.
🌐
Google Cloud
cloud.google.com › discover › what-is-postgresql
What Is PostgreSQL? Databases Explained | Google Cloud
This long history of development and use of SQL makes PostgreSQL one of the most popular open source databases worldwide, with every major cloud vendor offering PostgreSQL or PostgreSQL-derived databases as a service. Sign up for a free trial for any of Google Cloud’s PostgreSQL databases, which include AlloyDB, Cloud SQL for PostgreSQL, and Spanner.
🌐
Medium
medium.com › @vosarat1995 › postgresql-hostings-prices-some-are-free-397c88cc847d
PostgreSQL Hostings Prices (some are free) | by Egor Tarasov | Medium
May 8, 2024 - PostgreSQL Hostings Prices (some are free) Recently, for my personal project, I’ve been looking for ways to move the burden of database management from my shoulders on an external provider. Since …