We deployed the Postgre database on CentOS, which is a version of Linux. We have experimented with our replication and other operations. It works perfectly well. We are using the open-source version and do not plan on using any enterprise database.
Head Channel and Capacity at a computer software company with 201-500 employees
Stable, scalable, helpful community support
Pros and Cons
- "The solution is scalable, it is very good."
- "PostgreSQL could improve by adding data warehousing tools."
What is our primary use case?
What needs improvement?
PostgreSQL could improve by adding data warehousing tools.
For how long have I used the solution?
I have been using PostgreSQL for approximately eight years.
What do I think about the stability of the solution?
PostgreSQL is stable.
Buyer's Guide
PostgreSQL
November 2024
Learn what your peers think about PostgreSQL. Get advice and tips from experienced pros sharing their opinions. Updated: November 2024.
816,406 professionals have used our research since 2012.
What do I think about the scalability of the solution?
The solution is scalable, it is very good.
We have approximately 100 users using this solution.
How are customer service and support?
There is a lot of community support online to help with many things, such as updates. The online support is very active.
How was the initial setup?
The installation is straightforward and simple, it took only half an hour.
What about the implementation team?
We did the implementation through an in-house IT engineer.
We have a team of approximately five engineers that manage the solution.
What's my experience with pricing, setup cost, and licensing?
We are using the free version of PostgreSQL.
What other advice do I have?
I would recommend this solution to others.
I rate PostgreSQL a nine out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Senior Solutions Architect at a manufacturing company with 51-200 employees
Familiar to other solutions, stable, but not use-friendly
Pros and Cons
- "The PostgreSQL database is similar to the SQL Server but has a slightly different technology that has similar resources as well. If the customer has the confidence using SQL Server, they will be fairly comfortable using this solution."
- "PostgreSQL could improve by being more user-friendly. In SQL Server they have a studio where you can easily do management but not in this solution."
What is our primary use case?
We use this solution for the back-end database.
What is most valuable?
The PostgreSQL database is similar to the SQL Server but has a slightly different technology that has similar resources as well. If the customer has the confidence using SQL Server, they will be fairly comfortable using this solution.
What needs improvement?
PostgreSQL could improve by being more user-friendly. In SQL Server they have a studio where you can easily do management but not in this solution.
For how long have I used the solution?
I have been using PostgreSQL within the past 12 months.
What do I think about the stability of the solution?
I have found the solution stable.
What do I think about the scalability of the solution?
The solution is scalable but it could improve.
We have approximately 10 users using this solution in my organization.
How are customer service and technical support?
We are using the open-source version for eight years. We have to rely on our own skillset to manage it.
How was the initial setup?
The installation is easy.
What about the implementation team?
We did the implementation ourselves but it is always recommended to use an expert.
What's my experience with pricing, setup cost, and licensing?
This solution can offer a cheaper choice for customers since it is open-source.
Which other solutions did I evaluate?
I have evaluated SQL Server.
What other advice do I have?
If you have a startup company with a normal production environment then this PostgreSQL should be fine. However, if there is a professional environment where there will be some support requirements and mission-critical applications, then they should choose an alternative, such as SQL Server.
I would recommend this solution to others.
I rate PostgreSQLa seven out of ten.
Which deployment model are you using for this solution?
On-premises
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Buyer's Guide
PostgreSQL
November 2024
Learn what your peers think about PostgreSQL. Get advice and tips from experienced pros sharing their opinions. Updated: November 2024.
816,406 professionals have used our research since 2012.
Data Architect at Blue Treble Solutions
In my experience, the data quality and extensibility are valuable.
Valuable Features
In my experience, the data quality and extensibility are valuable.
Improvements to 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.
Room for 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.
Use of Solution
I've used this solution for 20 years.
Deployment Issues
There were no issues with the deployment.
Stability Issues
I've run systems that averaged 700-800TPS (over 24 hours), with peaks approaching 10,000TPS. That was on a 4TB database.
Scalability Issues
Postgres will happily scale to very large deployments, and there are now several open source options for horizontal scaleout as well.
Customer Service and Technical 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.
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.
Other Solutions Considered
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.
Other Advice
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.
Senior Database DevOps Engineer at a tech services company with 1,001-5,000 employees
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.
Chief Data Officer at a university with 5,001-10,000 employees
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.
Software architect at a tech services company with 51-200 employees
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.
Director GIS/Analytics/IT at a non-profit with 501-1,000 employees
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.
Senior Programmer at a tech services company with 51-200 employees
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.
Buyer's Guide
Download our free PostgreSQL Report and get advice and tips from experienced pros
sharing their opinions.
Updated: November 2024
Popular Comparisons
MySQL
MariaDB
Firebird SQL
Faiss
EDB Postgres Advanced Server
SQLite
OpenSearch
LanceDB
Milvus
Percona Server
Qdrant
YugabyteDB
ClickHouse
Oracle MySQL Cloud Service
Buyer's Guide
Download our free PostgreSQL Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- What is the best GUI tool for development and management of a PostgreSQL database?
- How does Firebird SQL compare with PostgreSQL?
- When evaluating Open Source Databases, what aspect do you think is the most important to look for?
- Did you switch from a different solution to MySQL? Can you list a few pros and cons for making the move?
- Which database is the best for session cashing?
- Which low-code (no-code) database solution do you prefer?
- Why is Open Source Databases important for companies?