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

Top Rated PostgreSQL Alternatives

MySQL
(1,636)
4.4 out of 5

PostgreSQL Reviews & Product Details - Page 59

PostgreSQL Overview

What is PostgreSQL?

PostgreSQL is a powerful, open source object-relational database system.

PostgreSQL Details
Show LessShow More
Product Description

PostgreSQL is a powerful, open source object-relational database system.


Seller

PostgreSQL

Description

PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:
008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation.

An enterprise class database, PostgreSQL boasts sophisticated features such as Multi-Version Concurrency Control (MVCC), point in time recovery, tablespaces, asynchronous replication, nested transactions (savepoints), online/hot backups, a sophisticated query planner/optimizer, and write ahead logging for fault tolerance. It supports international character sets, multibyte character encodings, Unicode, and it is locale-aware for sorting, case-sensitivity, and formatting. It is highly scalable both in the sheer quantity of data it can manage and in the number of concurrent users it can accommodate. There are active PostgreSQL systems in production environments that manage in excess of 4 terabytes of data.

Overview Provided by:
CTO at Coronys LTD.

PostgreSQL Integrations

(3)
Integration information sourced from real user reviews.

Recent PostgreSQL Reviews

Biruk T.
BT
Biruk T.Mid-Market (51-1000 emp.)
5.0 out of 5
"Robust PostgreSQL support with enterprise grade features"
EDB provides a reliable PostgreSQL experience with extended enterprise tools like EDB Postgres Advanced Server. I specially appreciated the integra...
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
5.0 out of 5
"PostgreSQL:"
Strong support for advanced indexing techniques like BRIN, GIN, and GiST, which optimize query performance for large datasets. Plus, its built-in J...
saif eddine m.
SM
saif eddine m.Enterprise (> 1000 emp.)
5.0 out of 5
"My Experience With PostgreSQL"
What i like most about PostgreSQL is the ergonomic interface , easy to understand .

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

9 months

Average Discount

11%

Perceived Cost

$$$$$
View More Pricing Information

PostgreSQL Media

PostgreSQL Demo - PostgreSQL
PostgreSQL
Answer a few questions to help the PostgreSQL community
Have you used PostgreSQL before?
Yes

637 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.
637 PostgreSQL Reviews
4.4 out of 5
637 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.
RD
Programador y administrador de sistemas
Internet
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about PostgreSQL?

I like PostgreSQL because it's a robust alternative to commercial databases. It stands very well against other open source competitors, like the more popular MySQL. It's fast and reliable, managing inserts and updates of tens of thousands of rows flawlesly.

Besides that, it's easy to install and to manage, and it has some handy non-standard SQL commands. Documentation in the official website covers most of the common and advanced tasks with a lot of examples of querys. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Managing everything from the command line can be a little bit cumbersome. There are a lot of third party graphical interfaces to access the databases from the desktop (pgAdmin) or via browser (phpPgAdmin) but you have to install them and learn to use then on your own.

The same with reporting tools, there are a lot of nice ones but you have to search and try what is the best for you. Review collected by and hosted on G2.com.

Recommendations to others considering PostgreSQL:

If you are searching for an open source relational database, with no licensing issues, full of features, secure and reliable, choose PostgreSQL. Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

I have used PostgreSQL for ten years now on a very active client-server configuration without any issue. We have experienced power losses and hadware failures but there has never been a single row of data corrupted. Updating to a new version was achieved with a simple export-import command.

Being able to create, alter or delete tables while the company is live in full production is a great feature. Our main data managing app has grow over the years and the original design has changed a lot but PostgreSQL has always cover our needs.

And as always in open source, at zero costs.

Review collected by and hosted on G2.com.

Alessandra V.
AV
User Experience (UX) International Researcher
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about PostgreSQL?

It's a good and not too heavy solution in terms of relational databases.

It's relatively smooth to install, has several good features and performs well.

It doesn't have too much of a steep learning curve.

There is good online support. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

There can be some issues installing it in a Windows environment.

Nothing impossible, but it can take time to solve them.

A total newby to relational databases could find it difficult to use it, especially as there is no GUI. Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

I'm using it with Ruby programming, and I think there is a good compatibily between the two.

I've got a powerful solution that is at the same time relatively light. Review collected by and hosted on G2.com.

Israel F.
IF
Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about PostgreSQL?

Highly extensible, several PL implementations, easy to write stored procedures if you already know python, perl or C because it implements them as procedural languages, tons of addons to extend its functionality, functional indexes to improve performance if you need to search by computed values and it makes it really easy to perform queries based on data stored in JSON fields and it supports master-slave replication natively.

It has a lot of tools to check the performance of your queries, the consistency and the health of your database and to collect garbage and clean up your database (EXPLAIN and Vacuum)

If you want a NoSQL data sture, Postgres also have you covered, you can try HStore. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

It is too large and has thousands of features, so documentation sometimes is outdated and you can get lost very easily if you don't know exactly what you're looking for Review collected by and hosted on G2.com.

Recommendations to others considering PostgreSQL:

Don't use it as a simple data store, that way you won't see the performance improvements Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

Data storage and retrieval with great performance and a lot of tuning options if you model your data correctly.

We could also migrate some logic to the DBMS layer to optimize our application performance. Review collected by and hosted on G2.com.

Daniel S.
DS
Desarrollador sénior
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about PostgreSQL?

Powerfull and stable db engine, it's cross platform, a great support for business, it has many administrative tools and extensive documentation. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Actually nothing specific, maybe the fact that it's less mature that its contraparts dbm therefor it has less popularity in market carring a little bit resistence to use as principal dbm in actually projects. Review collected by and hosted on G2.com.

Recommendations to others considering PostgreSQL:

Read the documentation prior to use this, as simple and related to sql as it might look, you might find yourself bumping into some new functionalities that will require you to use them proper in order to configure and use the tool the way its mean to be. Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

Web apps and projects with tons of data that must be processed. Review collected by and hosted on G2.com.

Verified User in Higher Education
AH
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about PostgreSQL?

I like the NoSQL key-value store (HSTORE) that works out of the box and binary JSON storage. This allows me to keep the SQL-based pipeline I have, yet venture into NoSQL land safely. And all of that for free. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

It had a bit of a learning curve to use properly. Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

We are analysing large antibody datasets. Thanks to these analyses multiple vaccines against viral diseases have been developed. Review collected by and hosted on G2.com.

Bradley H.
BH
Chief Technology Officer + Co-Founder
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about PostgreSQL?

I wouldn't consider myself to be a database expert, but from basic usage via Rails apps, I've been very happy with the features I have used. Full text search, custom data types (json, arrays, etc), performance optimizations, extensions (like Postgis for spatial data), sharding and partitioning support... I've mostly interacted with Postgres via ActiveRecord though. Been very happy with it in multiple production instances across apps of all sizes (from tens of users to tens of millions). Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

When I first started using Postgres it wasn't well known so it was hard to find support for more advanced features... For instance RDS Postgres didn't support replication for a while... That's all been solved now though. I've been very happy with it in the last few years. Review collected by and hosted on G2.com.

Recommendations to others considering PostgreSQL:

If you want an awesome RDBS and have experience with SQL, I highly recommend checking out Postgres. The barrier to switching is very low if you're coming from any SQL database, so you might as well give it a shot. Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

We use Postgres as our main database at my current company and have used it at my previous few as well. It's a great RDBS with a lot of support and some really cool features, and new ones being added all the time. Review collected by and hosted on G2.com.

Miguel P.
MP
Software Engineer
Financial Services
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about PostgreSQL?

Includes all the usual SQL features, and also has support for lots more:

* Full text search: without needing to configure and maintain standalone services like ElasticSearch, PostgreSQL lets you add full text search to your application, with support for dictionaries, stemming, trigram search, and much more: http://www.postgresql.org/docs/8.3/static/textsearch.html

* JSON columns: can act as a non-relational database with JSON support like MongoDB, which lets you do all that the NoSQL databases can, while also having full relational support as always.

* Can work with geographic objects with the PostGIS plugin, to build searchable and fully detailed maps for POIs and such.

* Has hooks for very detailed analytics with the pg_stat_statements extension. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

Since it is more strict that other SQL databases, it is hard to make some complex queries which involve joins with groups.

Support for PostgreSQL is pretty high in servers, but operating systems do not support it by default, and so you always need to install it.

I still haven't found a nice GUI to do light support tasks. There's PGCommander for Mac, but it lacks features. Review collected by and hosted on G2.com.

Recommendations to others considering PostgreSQL:

Learn SQL first, and then acquaint yourself with the PotsgreSQL extra features. Most of the time, SQL is all you need, and will leave the door open for migration at a later time. Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

I use it as database engine for all my applications, due to the full text search, and that it's the default database used in Heroku Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about PostgreSQL?

PostgreSQL interfaces nicely with Django. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

I have no specific complaints for PostgreSQL. Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

It was the data store for a Django based web UI. Review collected by and hosted on G2.com.

Verified User in Higher Education
AH
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about PostgreSQL?

Its simplicity and its ability to work with large datasets Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

The default configuration is not optimal for the kind of work we do (large datasets and intensive queries). It requires significant tweaking. Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

Access to large datasets and intensive queries. Review collected by and hosted on G2.com.

Verified User in Marketing and Advertising
UM
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about PostgreSQL?

The speed in conjunction with the native JSON support. With the on the horizon 9.5 the added features will only deepen my appreciation for Pg. Being able to have all the functionality of a NoSQL type DB on top of a a traditional RDMS makes using something like Couch/Mongo obsolete. Review collected by and hosted on G2.com.

What do you dislike about PostgreSQL?

I am not the biggest fan of the vacuuming that is required for larger datasets. Eventually most people hit the dreaded "transaction wraparound" error if they are not careful and it is a nightmare to recover from sometimes. Review collected by and hosted on G2.com.

Recommendations to others considering PostgreSQL:

At least give it a shot. Aside from time you have little to lose if it does not work out. The community behind it is huge and growing by the day. Review collected by and hosted on G2.com.

What problems is PostgreSQL solving and how is that benefiting you?

We were solving the problem of having non-relational data taht was always changing (think ad copy and sections) but tying it to relational data. PostgreSQL allows us to have the best of both worlds. Review collected by and hosted on G2.com.