Introducing G2.ai, the future of software buying.Try now
PostgreSQL
Save to My Lists
Claimed
Claimed

PostgreSQL Pros and Cons: Top 5 Advantages and Disadvantages

Quick AI Summary Based on G2 Reviews

Generated from real user reviews

Users find PostgreSQL's ease of use exceptional, praising its user-friendly interface and straightforward setup. (14 mentions)
Users appreciate the robustness and feature-rich capabilities of PostgreSQL, highlighting its extensibility and community support. (8 mentions)
Users appreciate the open source nature of PostgreSQL, enhancing accessibility and flexibility for various applications. (7 mentions)
Users value the exceptional customer support of PostgreSQL, benefiting from its robust community and extensive features. (4 mentions)
Users value the easy integrations of PostgreSQL, simplifying their development process with seamless cloud connectivity and user-friendly tools. (4 mentions)
Users find PostgreSQL beginner-unfriendly, as its complex documentation makes initial usage challenging for newcomers. (7 mentions)
Users find the difficult learning curve of PostgreSQL challenging, especially during initial setup and feature understanding. (5 mentions)
Users experience slow performance with PostgreSQL, particularly during large data queries and when importing CSV files. (5 mentions)
Users find feature limitations in PostgreSQL, noting fewer configuration options and GUI tools compared to competitors. (3 mentions)
Users find the initial setup complexity of PostgreSQL challenging, especially for newcomers, despite its powerful features. (2 mentions)

Top Rated PostgreSQL Alternatives

MySQL
(1,636)
4.4 out of 5

638 PostgreSQL Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
638 PostgreSQL Reviews
4.4 out of 5
638 PostgreSQL Reviews
4.4 out of 5

PostgreSQL Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Verified User in Information Technology and Services
CI
Small-Business (50 or fewer emp.)
"Great Alternative to MySQL"
What do you like best about PostgreSQL?

Its Free and Open Source. It is pretty fast and scalable Database Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

A Bit Steep Learning Curve.

Documentation needs to be be better Review collected by and hosted on G2.com.

Verified User in Computer & Network Security
UC
Small-Business (50 or fewer emp.)
"Postres - Fit for Enterprise"
What do you like best about PostgreSQL?

The Scalability and ease of use make it perfect fit. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

As such there is nothing that I can put here. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Enterprise (> 1000 emp.)
"Awesome Lightweight Database!"
What do you like best about PostgreSQL?

Easy to set up and it works! I also like the completeness of documentation. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Nothing really. Everything works smoothly. Review collected by and hosted on G2.com.

Verified User in Computer Networking
EC
Enterprise (> 1000 emp.)
"Opensource DB - Scalable, Maintainable."
What do you like best about PostgreSQL?

Scalable. maintainable database which is opensource - Best. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Evolving - Need additional features to match MS and ORacle Review collected by and hosted on G2.com.

Qindong (Jerry) C.
QC
DevOps Automation Engineer
Information Technology and Services
Mid-Market (51-1000 emp.)
"Data Analyst "
What do you like best about PostgreSQL?

Open source, easy to use and high scalability Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Unstable and alacking of technical support. Review collected by and hosted on G2.com.

Josh V.
JV
Senior Software Engineer
Computer Software
Mid-Market (51-1000 emp.)
"Simply the best"
What do you like best about PostgreSQL?

I am a huge fan of the robust data types and procedural capabilities in PostgreSQL. I used MySQL for many years simply because the setup process seemed easier than what PostgreSQL required. When PostgreSQL announced support for the JSON data type, I decided to bite the bullet and give PostgreSQL a more serious look. I've not touched MySQL since then.

In the years since JSON support landed in PostgreSQL, I've learned to appreciate the various options for implementing your own functionality using plpgsql and python. I've also experimented with various Foreign Data Wrappers (FDW) to expose data from other sources (filesystem, mysql, redis, other PostgreSQL instances, etc) as tables in PostgreSQL. I'm constantly impressed. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

In today's day and age, redundancy and clustering are very important. Plenty of other databases out there offer relatively simple options for setting up replication, sharding, and automated failover. PostgreSQL doesn't have much built in to address these concerns. There are myriad projects that facilitate these important features, but none of them feel great to me. Perhaps I just need more time to invest in them. Review collected by and hosted on G2.com.

Verified User in Computer & Network Security
AC
Enterprise (> 1000 emp.)
"postgres"
What do you like best about PostgreSQL?

postgres allows for faster query execution Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

it does not have as powerful language as oracle. Review collected by and hosted on G2.com.

Verified User in Internet
AI
Enterprise (> 1000 emp.)
"Fairly scalable, easy to configure, easy to maintain "
What do you like best about PostgreSQL?

I like that it is both lightweight and fast. It's pretty lean on resource consumption. Replication is easy to set up and pretty well documented by the Postgres Development Group. I like that it was easy to make changes to replication and access permissions without having to do a full restart of the database. I several times found my self impressed by how resilient the database was. Disk filled up? Add more storage and restart the database without data file corruption (YMMV). Your replication slave broke and you don't have the logs on disk for it to catch up? Blow it away, clone the master, and restart replication (don't use the postgres version in the AWS repo).

Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

In comparison to any other database technology that I've worked with, Postgres was easy to work with. "It wasn't implemented correctly", "replication was set up wrong", "the server capacity was misguessed when it was launched:" These are downsides to any technology where there is a general lack of knowledge. There's a simple way to avoid those problems: Hire a DBA, or experienced sysadmin and take their advice. There is problem with a lack of general knowledge when it comes to open source technologies combined with the fact experienced technologists all seem to have their own beloved biases. But those problems are not related to the technologies in use, but rather the people that use them.

Scalability never became an issue, but I haven't seen a lot of solutions for building hot-hot clusters, or putting multiple instances behind a connection manager for horizontal scalability, and trying to research multi node clusters will tell you how to set up synchronous/asynchronous master/slave replication at best or make you realize that a lot of the PG user community does not know the difference between high availability and scalability. Review collected by and hosted on G2.com.

Erkan D.
ED
Founding Partner
Telecommunications
Small-Business (50 or fewer emp.)
"PGSQL"
What do you like best about PostgreSQL?

- Open source and liberal Open Source license

- Big community

- Active development

- Partition, JSON, streaming replication support

- Performance

- Master-Master

- Transaction safe DDLs Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

- Master-Master georeplication(BDR) not production ready yet.

- Missing Oracle-like stats reports(has 3rd party tools but not enough)

- Missing administration GUI(like Oracle's enterprise manager) Review collected by and hosted on G2.com.

Judy (Morgan) L.
JL
Software Architect
Mid-Market (51-1000 emp.)
"My favorite database ever!"
What do you like best about PostgreSQL?

That's hard - I love how quickly it installs, I love that we get every feature we could hope for and more, it's fast, it's smart, the documentation is easily accessible and understandable without a "certification", when you get stuck on a problem, people that work on the product answer your questions on the forum!! Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Never sure how to pronounce the name!!!! Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

9 months

Average Discount

11%

Perceived Cost

$$$$$
PostgreSQL