it_user457251 - PeerSpot reviewer
Data Architect at Blue Treble Solutions
Vendor
In my experience, the data quality and extensibility are valuable.

What is most valuable?

In my experience, the data quality and extensibility are valuable.

How has it helped my organization?

I'm a data consultant that specializes in PostgreSQL. The combination of it's open community, open source approach and it's unique features make it the perfect platform for solving today's sophisticated data challenges.

What needs improvement?

Extensibility could be even better as there are still too many things that require programming in C to add to the database. There could also be better object-oriented support. The table inheritance feature is critical to some of my work, and I wish a similar concept existed for other objects.

For how long have I used the solution?

I've used this solution for 20 years.

Buyer's Guide
PostgreSQL
April 2024
Learn what your peers think about PostgreSQL. Get advice and tips from experienced pros sharing their opinions. Updated: April 2024.
769,334 professionals have used our research since 2012.

What was my experience with deployment of the solution?

There were no issues with the deployment.

What do I think about the stability of the solution?

I've run systems that averaged 700-800TPS (over 24 hours), with peaks approaching 10,000TPS. That was on a 4TB database.

What do I think about the scalability of the solution?

Postgres will happily scale to very large deployments, and there are now several open source options for horizontal scaleout as well.

How are customer service and support?

There is no customer support, as this is an open source/open community product. That said, the PostgreSQL community is one of the best OSS communities in existence. Questions are answered quickly and professionally. The only thing I think the community could do better is recognizing that not all users are in a position to avoid or fix data anti-patterns.

How was the initial setup?

It's not the simplest database to setup, but it's also not difficult at all. The only challenge is that there are many different packages offered by different OSs i.e. Red Hat/Centos, Debian, FreeBSD, Brew, MacPorts, etc), and they all have slight differences. This can lead to some problems during install, but they're not difficult to fix.

Which other solutions did I evaluate?

I've used Oracle, DB2, Sybase and MSSQL. The only one that comes close to PostgreSQL is Oracle, and only because of the large set of developer tools it offers. But, it's very difficult to manage and extremely expensive.

What other advice do I have?

Always hire an expert to advise you on production database deployment. Similar to security, mistakes in this area have the potential to seriously impact your business. Postgres is free, but it can be difficult to hire experienced PostgreSQL people. There is a silver lining to that, as if you can find someone with five to 10 years experience then odds are very good and very dedicated to their craft and aren't interested in just punching a clock. You can certainly find those types of people for other products, but relatively speaking they're much rarer.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
PeerSpot user
Senior Database DevOps Engineer at a tech services company with 1,001-5,000 employees
Consultant
With the introduction of Foreign Data Wrappers it enables connecting various different data sources to the database.

Valuable Features

PostgreSQL is probably the most SQL-standard-compliant RDBMS on the market. It also goes way beyond standard relational paradigm combining key-value stores, arrays, and columnar stores into a single engine. With the introduction of Foreign Data Wrappers it also enables connecting various different data sources to the database, so it's possible to have, for example, a CSV file-backed foreign tables or to import a MSSQL schema into PostgreSQL.

Improvements to My Organization

PostgreSQL allows us to have a single database engine used for OLTP and OLAP workloads, for relational and non-relational data. Its robust and battlefield-proven replication makes us sleep better.

Room for Improvement

Logical replication would be a major improvement and it's already being worked on. It'll enable true multi-master replication and active-active setups. More OLAP-related performance improvements are also on the way with parallel query processing and parallel background workers being to most significant ones.

Use of Solution

v9.5 came out at the end of last year, but I've used previous versions as well. At the moment all the new deployments I'm installing are based on 9.5 since developers are very keen to adopt it and administering it is a breeze.

Deployment Issues

PostgreSQL is the most advanced open source database in the world and therefore is considered by some to be complicated, but it's not. Deployment is easily done in major GNU/Linux distros.

Stability Issues

PostgreSQL is rock-solid-stable, once set up and configured correctly it just continues to work.

Scalability Issues

There are plenty of clustering solution/ideas that enable horizontal scalability.

Customer Service and Technical Support

PostgreSQL has a very active community and in most cases that's enough of a support. There are a few commercially focused companies, and a lot of freelance consultants [with the writer of this amongst them]. Bugs are always resolved in a timely manner.

Initial Setup

If you can type "apt-get install postgresql", you can consider yourself expert in installing PostgreSQL.

Implementation Team

While the initial setup is easily done by any member of Ops team, it's important to have a dedicated DBA resource to take care of it. PostgreSQL has superb documentation, it is probably the best documented IT project. We have an in-house team and almost never have to use external consultants. PostgreSQL is very much different from the most popular RDBMS, so it's best to seek a PostgreSQL-focused professional for the in-house team.

Other Solutions Considered

I work with few other RDBMSs, but nothing compares to PostgreSQL when it comes to ACID and SQL compliance, stability and the ease of administration.

Other Advice

Get a dedicated, PostgreSQL-focused resource, it's hard to convert DBAs with background in other denominations.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Buyer's Guide
PostgreSQL
April 2024
Learn what your peers think about PostgreSQL. Get advice and tips from experienced pros sharing their opinions. Updated: April 2024.
769,334 professionals have used our research since 2012.
PeerSpot user
Chief Data Officer at a university with 5,001-10,000 employees
Vendor
It provides standardization on the database and related skills.

Valuable Features

There are many valuable features, but the most valuable to me are Windows functions, Python scripting, and the fact it has a good PGSQL language.

Improvements to My Organization

It provides standardization on the database and related skills.

Room for Improvement

Parallelization and some connection to analytics is needed.

Deployment Issues

We had no deployment issues.

Stability Issues

The product is quite stable.

Scalability Issues

It has the ability to scale up into products like Redshift.

Customer Service and Technical Support

The online manual is superb.

Implementation Team

It's very easy, and you only need to familiarize yourself with its file structure. Sometimes you need to write your own plugin, so sometimes it is better to have it implemented by a vendor.

Pricing, Setup Cost and Licensing

It's free as it's open source.

Other Advice

It is a superb database. What keeps it from being 10/10 is a lack of analytics specific optimizations.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
PeerSpot user
Software architect at a tech services company with 51-200 employees
Consultant
It is very easy to optimize queries within bigger databases (100GB).

What is most valuable?

Many supported features out of box like fulltext search, partitioning, easy replication - slony, pgpool-II and streaming wal and additional features such as JSON, XML, arrays in columns, and many extensions for it as PostGIS.

How has it helped my organization?

I'm working as architect for a custom software development company and we are using Microsoft SQL Server, Oracle DB and PostgreSQL as our main databases, in recent years Postgre is offering more and more useful features which we can use. For its open source model and very good documentation is very easy to optimize queries within bigger databases (100GB). Also its free and its lowering price of our solution so we can (and we are) address smaller customer.

What needs improvement?

The biggest issue that we are having is upgrading and moving databases between servers and versions. Restoring database is slow with pg_restore because indexes are need to be rebuilt. What I'm missing is a query profiler similar to what is in Microsoft SQL Server. PgAdmin should also be easier to use for beginner users.

For how long have I used the solution?

We have been using PostgreSQL for about 10 years.

What was my experience with deployment of the solution?

After many years of usage we are not experiencing any unusual problems with PostgreSQL.

What do I think about the stability of the solution?

After many years of usage we are not experiencing any unusual problems with PostgreSQL.

What do I think about the scalability of the solution?

After many years of usage we are not experiencing any unusual problems with PostgreSQL.

How are customer service and technical support?

Customer Service:

We are not using customer service or technical support.

Technical Support:

We are not using customer service or technical support.

Which solution did I use previously and why did I switch?

We are using PostgreSQL for new installations and new versions of our solutions where it's possible, and the customer does not require a specific SQL server. Nowadays it's covering all of our needs.

How was the initial setup?

Depends, for basic setup, it is quite straightforward but for more advanced features (like WAL streaming and hash indexes) it is a bit harder during the first few days because of a lack of documentation and experience.

What about the implementation team?

We did it in-house.

What's my experience with pricing, setup cost, and licensing?

There are no license fees for getting PostgreSQL and we don't yet have experience with paid support such as from EnterpriseDB, but we never needed it.

Your first investment is only in people working with PostgreSQL, and it is the same as with Microsoft SQL Server, but less than with Oracle. Hardware costs are lower for PostgreSQL and Oracle but those are not significant.

What other advice do I have?

My advice is to read documentation thoroughly and don't be afraid to look into source code. A great source is https://momjian.us/main/presentations/overview.html

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
PeerSpot user
Director GIS/Analytics/IT at a non-profit with 501-1,000 employees
Vendor
As it's free, this enables us to develop applications without having to think about budgets, and gives us greater flexibility. It needs improvement with programming languages like PHP.

What is most valuable?

Speed and price, it’s fast and reliable, and free.

How has it helped my organization?

Due to budget restraints procuring software is always an issue, and mainly production systems are well maintained. However development systems are not usually so well off. As PostgreSQL is free, this enables us to develop applications without having to think about budgets, and give us greater flexibility. There is still reluctance by business to accept free ‘Open Source’ software, but proof of concept development can be achieved at no to low cost.

What needs improvement?

Simplicity in design and improvement with programming languages like PHP.

For how long have I used the solution?

I've used it for four years.

What was my experience with deployment of the solution?

In development it’s super sensitive with comma, quotations, and letter cases. It should not be. If we use uppercase sometimes it works and sometime not, and its need to be single quote sometimes but sometimes double quote.

What do I think about the stability of the solution?

There have been no issues with the stability.

What do I think about the scalability of the solution?

We've had no issues with scaling it.

How are customer service and technical support?

I've never used customer services, but it needs a better documentation.

Which solution did I use previously and why did I switch?

We use both MySQL & PostgreSQL, some applications have better compatibility or built in tools, this decides which database we use.

How was the initial setup?

It's straightforward.

What other advice do I have?

So far we have not had any issues with this database are we are using this in development and production systems.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
PeerSpot user
Senior Programmer at a tech services company with 51-200 employees
Consultant
We could improve our hardware, and we upgraded the Heroku plan as we grew.​

What is most valuable?

  • Easy to use
  • Vastl documentation
  • Tough product

How has it helped my organization?

We used it from scratch of the organization. It helped a lot since we could improve our hardware, and we upgraded the Heroku plan as we grew.

What needs improvement?

It could be easier to perform some fragmentation in the database. It's possible, but still a hard job.

For how long have I used the solution?

I've used it for about three years. Currently we use PostgreSQL provided by Heroku and AWS. On Heroku we use a premium 6 plan with v9.4, and on AWS RDS the version is also 9.4.

What was my experience with deployment of the solution?

The biggest problem we found so far is not in the product exactly, it's in the service provided by Heroku. Heroku locks us in hiding some features that would make a lot easier moving to another PostgreSQL provider.

What do I think about the stability of the solution?

We have had no issues with the stability.

What do I think about the scalability of the solution?

We have had no issues scaling it for our needs.

How are customer service and technical support?

Customer Service:

7/10

Technical Support:

7/10

Which solution did I use previously and why did I switch?

I used other solutions in other companies I've worked for before. When I arrived at my current company they were already using PostgreSQL.

How was the initial setup?

I wasn't involved in the setup as it was already in place when I joined.

What about the implementation team?

We implemented it through a vendor as using this kind of service is easy and fast to get started. You don't need experts, and you can keep concentrating on your core business. However, when you grow the costs grow, and as in our case, it might be hard to leave the vendor.

What other advice do I have?

It does what it's supposed to do, as simple as that. We don't regret any choosing this solution.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
PeerSpot user
NOC Manager with 51-200 employees
Vendor
The management studio with product is create and intuitive.​

What is most valuable?

The product is free, which is a huge benefit. There are options to create clusters and maintenance on the databases is easy and fast. The management studio with product is create and intuitive.

How has it helped my organization?

We used this product for applications which require a database. Since MS SQL Express has limitations and regular MS SQL requires pricey licensing, PostgreSQL was an easy choice. The deployment is quick and easy and works with very little configuration, if any at all.

What needs improvement?

The commands for PostgreSQL work, but are behind the curve compared to Microsoft SQL and MySQL. Adding additional functionality to be move comparative to Microsoft SQL would be a nice to have. For experienced users needing to make configuration changes, it is straightforward, but for users who are new to PostgreSQL they need some help working within the config files, a GUI for config may help with this.

For how long have I used the solution?

We've been using it for four years.

What was my experience with deployment of the solution?

I've never had any issues performing multiple deployment.

What do I think about the stability of the solution?

There have been no issues with the stability.

What do I think about the scalability of the solution?

We have had no issues scaling it.

How are customer service and technical support?

I have never had to contact support, but the documentation they have is very good and extremely detailed.

Which solution did I use previously and why did I switch?

We use Microsoft SQL (all versions), MySQL, PostgreSQL, SQLite, etc. We use PostgreSQL when the application supports it and where it makes more economic sense to use it.

How was the initial setup?

Following the setup documentation was extremely straightforward and simple to follow. We have no issues with the install, config or operation of the application.

What about the implementation team?

We did an in-house implementation for PostgreSQL. The documentation made it easy to do and was very simple to follow.

What's my experience with pricing, setup cost, and licensing?

PostgreSQL is free to use.

What other advice do I have?

Ensure its a good fit for the application you are using and integration you may have planned. Review all documentation prior to moving forward and always test the new versions before just cutting over.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
PeerSpot user
DevOps Engineer at a transportation company with 51-200 employees
Vendor
It is very complete, clear and useful documentation, forums and diverse information channels.​​​

What is most valuable?

By far indexes is the most useful and robust feature. Also, the query optimization engine is simply great. It is very complete, clear and useful documentation, forums and diverse information channels.

How has it helped my organization?

Most of the enterprise I have worked has been startups and small to medium software industry and data analysis. One of the most improvement it is not in the mean time but in the middle to long time. At first sight it seems to an overkill implement a product as PostgreSql for small projects; even managers and investors tend to put some resistance to it. Then, as soon as projects start scaling and data set increase in size, concurrency, consistency and data types, is were you think PostgreSQL was one of your "hit" on the project design, time give you lot of credits.

What needs improvement?

I think that data types that decrease the breach against NoSql Databases will be the next steps. I am not talking about changing to a pure NoSql DB but to some features that will face the big change in data analysis and maintenance that that DB are facing nowadays. Also tools for distributed replication and clusters should be more researched and improved; anyway nowadays there is some of them.

For how long have I used the solution?

I have been using PostgreSql since University where I teached students some DB theory concepts. The course was focused on indexing and benchmarking. Also I use it on software industry, as a DB manager, designer and operator; common tools were PL/pgSQl, indexing and tuning; using about 3.0M per month DB tuples inserted and about 500tps on peak points. Finally I use it on personal projects, for small data sets (~1.000).

What was my experience with deployment of the solution?

We have had no issues with the deployment.

What do I think about the stability of the solution?

I have faced just a few issues working with PostgreSql, one of them was specifically on Hash Index (see as example http://www.postgresql.org/docs/9.2/static/sql-createindex.html.

What do I think about the scalability of the solution?

We have had no issues scaling it for our needs.

How are customer service and technical support?

Most of the great value of PostgreSQL is the variety of technical support you can find Consulting, lots of forums, and big communities who have been using and documenting PostgreSQL for a long time. I have never faced a problem or question that couldn't be solved using these channels.

Which solution did I use previously and why did I switch?

I have worked with MySQL and Oracle solutions. Against MySQL, performance is the big difference. PostgreSQL is far more robust and mature than MySQL, especially when you think about keys and indexes. Against other databases, such as Oracle, the easy installation steps of PostgreSQL is the best difference for me.

How was the initial setup?

I have faced a few issues while installing it and configuring it; most of them related to incompatibility while using old Ubuntu Linux versions.

What about the implementation team?

I have always implemented it in-house, and as all solutions for everything on vast areas, is highly recommended read guides on how to install it.

What was our ROI?

ROI is by far fair enough for startups and enterprise projects that are expecting a big grow in the mean time.

What's my experience with pricing, setup cost, and licensing?

PostgreSQL license is a fair enough for small to medium size business solutions.

What other advice do I have?

Just read the comparisons between different database engines, and read some documentation so you can exploit most of the powerful tools and functions it has.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user