App comparison
Add up to 4 apps below to see how they compare. You can also use the "Compare" buttons while browsing.
Learn why GetApp is free
PostgreSQL is an open-source relational database management system (RDBMS), which helps businesses store, manage, and scale data workloads, from single machines to data warehouses with multiple concurrent users. Features include materialized views, stored procedures, indexing, multi-factor authentication, full-text search, and event triggers.
Typical customers
Platforms supported
Support options
Starting from
Free
Starting from
150
Per month
Flat Rate
Value for money
4.6
/5
373
Starting from
Free
Value for money contenders
Functionality
4.6
/5
373
Total features
25
2 categories
Functionality contenders
Overall Rating
4.6
/5
373
Positive reviews
248
115
9
1
0
Overall rating contenders
David Z.
Software Engineer
Information Technology and Services, 11-50 employees
Review source
Transcript
David Z.: My name's David, I'm a software developer in the audiovisual industry, and I would give PostgreSQL...
Janne M.
Telecommunications, 10,001+ employees
Used daily for 2+ years
Review source
Share this review:
For overall backend database purposes I would currently not choose anything other than PostgreSQL. Widely known, easy to hire talent for, secure and reliable.
PostgreSQL is well supported by backend frameworks like Django. Getting into the command line of PostgreSQL database isn't necessary that often, but when a must, it works very robustly.
Not suitable for some data types as well as some of the competition, like time series data, that is becoming more and more important via IoT use cases.
Diego C.
Market Research, 1-10 employees
Used daily for 2+ years
Review source
Share this review:
PostgreSQL is an incredibly powerful piece of software that should be the RDBMS in every software project instead of less powerful but more famous alternatives. Personally it will be my choice for every future project.
PostgreSQL is so powerful, complete and stable. This should come with no surprise given the long history behind it. At the same time it's incredibly modern and supports new paradigms (like NoSQL, JSON data types) and it's also very simple to familiarize with.
It's unbelievable how PostgreSQL is not as well-known as one of his competitors (MySQL) notwithstanding the fact that is so much more powerful.
Albernes G.
Used daily for 6-12 months
Review source
Share this review:
It can operate on platform specifications, including Linux, Windows, Unix. Large storage capacity Good scalability since it is able to adjust to the number of CPU and the amount of available memory optimally, supporting a greater number of simultaneous requests to the database correctly. It supports the types of data, clauses, functions and commands of standard type SQL92 / SQL99 and extended own of PostgreSQL ..
its graphic environment and considerable savings in operating costs: PostgreSQL has been designed to have a maintenance and adjustment lower than the products of commercial suppliers, while retaining all the characteristics, stability and performance. Stability and reliability: There have been no drops in the database
That Compared to MySQL is slower in insertions and updates, since it has intersection headers that do not have MySQL Support online: There are official forums, but there is no mandatory help It consumes more resources than MySQL .
Prabhat M.
Education Management, 1,001-5,000 employees
Used daily for 2+ years
Review source
Share this review:
It is one of the best sql database & most easy to use. One of the best feature about the postgresql is ease of integration with the applications. They do maintain a good level of security.The access control is also very easy to manage is postgresql.
One of the feature which i feel is missing in postgres is while we take the dump of database we dont get the user details in the dump.
Abdelhakim Z.
Education Management, 1-10 employees
Used weekly for 2+ years
Review source
Share this review:
I use PostgreSQL with almost every endeavor nowadays. Both at work and with personal projects, it is very robust when used in my research field which is optimization and operations research, but also flexible enough to help me quickly deploy web apps.
PostgreSQL is by far the most user friendly and most advanced database system out of the top 5 popular choices. It's inherently relational making it easily compatible with ORMs, has many smaller quirks like jsonb storage, the WITH keyword, and a vast amount of data types. It's also one of the most dynamic DBMS as it releases major changes more than once a year, with an ecosystem that consistently adapts to these versions.
Extensions in pgsql could use a bit of streamlining (extensions like pg_cron or similar), which was a bit complicated to do in with CI. Another concern would be some stability issues with the latest pgAdmin database interface, but in all fairness that isn't directly an issue with pgsql.