What users are saying about
PostgreSQL vs Redis
Top Rated
221 Ratings
<a href='https://www.trustradius.com/static/about-trustradius-scoring' target='_blank' rel='nofollow noopener noreferrer'>trScore algorithm: Learn more.</a>Score 8.8 out of 100
Based on 221 reviews and ratings
Top Rated
191 Ratings
<a href='https://www.trustradius.com/static/about-trustradius-scoring' target='_blank' rel='nofollow noopener noreferrer'>trScore algorithm: Learn more.</a>Score 8.8 out of 100
Based on 191 reviews and ratings
Likelihood to Recommend
PostgreSQL
PostgreSQL is open source, and then, there are several companies that could give you technical support, like EnterpriseDB or Percona.
PostgreSQL is easy to install and configure and is multi-platform, you could use Windows, Mac, Linux, FreeBSD, and you could use ALL the hardware you have purchased for your project, without sinking hundreds of thousand of dollars in proprietary software, to use only a small part of your server for the database.
Let's see a concrete case: You have a project to make an information system which uses an underlying database. Then you purchase 3 servers, which cost USD 50K for the Production server, USD 25K for the Contingency Server and USD 10K for the Development Server.
If you use a proprietary database, we know what companies, they price their software licenses per every 2 cores if we use the servers physically or every 2 vcpus (threads) if we use virtual machines, and the cost range is between USD 15K and 50K for each 2 cores license. If my production server has a configuration of 24 SSDs of 3,84 TB, 2 TB of ECC RAM, and 2 CPUs AMD EPYC 7702, with 64 cores each (128 cores and 256 vcpus or threads per server), the cost of the proprietary database could be more than USD one million, and if we use a subscription mechanism to get the updates, we could be talking of another million each 3 to 5 years. That is ten times the cost of the hardware. And you can TOUCH the hardware.
Is PostgreSQL slower than the proprietary databases that we talk about? Yes; but for what margin? In in-house tests, the performance of PostgreSQL was from 50% to 75% typically, with several scenarios where PostgreSQL where speedier. But we could use ALL the cores for the DBMS, not just a few.
For us PostgreSQL is the best database in existence. Period. If we use proprietary databases yet it's only for legacy information systems, for contractual restrictions or because our providers haven't seen the light (yet).
Technology Risk and Information Assets Manager
Banco Interfinanzas S.A.Banking, 51-200 employees
Redis
Perfect solution for caching needs. If you have a bottleneck due to frequent data access to your database, then Redis can really help you by diverting those traffic away from your database. Its key/value pair structure also makes data lookup very efficient, providing excellent performance.

Verified User
Employee in Information Technology
Computer Software Company, 1-10 employeesFeature Rating Comparison
NoSQL Databases
PostgreSQL
—
Redis
8.8
Performance
PostgreSQL
—
Redis
9.6
Availability
PostgreSQL
—
Redis
8.8
Concurrency
PostgreSQL
—
Redis
8.7
Security
PostgreSQL
—
Redis
7.6
Scalability
PostgreSQL
—
Redis
8.6
Data model flexibility
PostgreSQL
—
Redis
9.2
Deployment model flexibility
PostgreSQL
—
Redis
9.2
Pros
PostgreSQL
- As I mentioned before, Postgres has an incredibly flexible and simple-to-use user/role management system. First, there are users--login information so that you can hand out to individual users. Then, there are roles, which specify read and/or write access to all the tables that you can assign to users. Through this system, you can easily control who can read and update which tables, and the system is very well-tested, so there's no concern with users accessing or writing to data that they shouldn't be unless your Postgres admin really messes up!
- I could write pages on this and would need to reference the Postgres manual itself to do this justice, but Postgres is dang scalable! There are so many ways to scale it. Postgres has undergone active development by some of the brightest engineers for over 30 years now, and the result is that Postgres has so many ways you can scale it besides just upping the SSD and CPU and memory speed. You can scale reads horizontally through multiple slaves that handle all the reads. You can add highly optimized indices to your tables. You can change columns to JSONB types for super fast JSON queries. You can turn on special caches to bulk writes so they don't overwhelm the disk. Between those three options and other tips and tricks experienced Postgres admins have, you can get a lot out of them. There's a reason Yahoo stuck with Postgres for decades up until their main database even past the point of 4 Petabytes and 10k writes/second!
- Postgres, simply put, has achieved super-wide industry adoption (6% market share), which means it's really easy to integrate it into your stack and hire knowledgeable developers to service Postgres. All the major database libraries of the common web frameworks that I know are out there (e.g. Rails-ActiveRecord, Spring-Hibernate, Play Scala-Slick) have out-of-the-box deep Postgres support, with no extra configuration needed to get your web app to start reading and writing to Postgres. I also know many universities in the US include Postgres in their curriculum too (e.g. UC Berkeley). It's really easy to hire either new grads or experienced software engineers for positions that require Postgres knowledge.
- If you are comparing Postgres to MySQL and you want to use JSON, know that Postgres has better performance and features on indexing JSON blobs simply because Postgres beat MySQL to the JSON game by several years. I haven't used MySQL's JSON support before, but that's what my co-workers say (and it's true that Postgres definitely started support mySQL years earlier).

Verified User
Engineer in Engineering
Internet Company, 201-500 employeesRedis
- Easy for developers to understand. Unlike Riak, which I've used in the past, it's fast without having to worry about eventual consistency.
- Reliable. With a proper multi-node configuration, it can handle failover instantly.
- Configurable. We primarily still use Memcache for caching but one of the teams uses Redis for both long-term storage and temporary expiry keys without taking on another external dependency.
- Fast. We process tens of thousands of RPS and it doesn't skip a beat.
CTO
DocuTAPComputer Software, 201-500 employees
Cons
PostgreSQL
- Deployment gets difficult for folks who are habituated with commercial databases.
- We cannot write our own database engine unlike MySQL.
- PostgreSQL do not allow us to execute batch of statement. we have to embed it in a function to achieve this.
Senior Software Engineer
GGK TechHospital & Health Care, 501-1000 employees
Redis
- We had some difficulty scaling Redis without it becoming prohibitively expensive.
- Redis has very simple search capabilities, which means its not suitable for all use cases.
- Redis doesn't have good native support for storing data in object form and many libraries built over it return data as a string, meaning you need build your own serialization layer over it.
Lead Developer
SaaSquatchMarketing and Advertising, 11-50 employees
Likelihood to Renew
PostgreSQL
PostgreSQL 9.0
Based on 1 answer
As a needed software for day to day development activities
Sr. Tableau Solution Consultant
PointClickCareComputer Software, 501-1000 employees
Redis
Redis 9.4
Based on 13 answers
We will definitely continue using Redis because:1. It is free and open source.2. We already use it in so many applications, it will be hard for us to let go.3. There isn't another competitive product that we know of that gives a better performance.4. We never had any major issues with Redis, so no point turning our backs.
Senior Software Engineer
Capital OneFinancial Services, 10,001+ employees
Usability
PostgreSQL
PostgreSQL 9.0
Based on 6 answers
Postgresql is the best tool out there for relational data so I have to give it a high rating when it comes to analytics, data availability and consistency, so on and so forth. SQL is also a relatively consistent language so when it comes to building new tables and loading data in from the OLTP database, there are enough tools where we can perform ETL on a scalable basis.

Verified User
Engineer in Engineering
Information Technology and Services Company, 10,001+ employeesRedis
Redis 9.4
Based on 5 answers
Redis has been around for very long and it is good at what it does. It proved to be very valuable in my use case for interfacing between two applications with very little code as it has drivers for almost every language out there and the community support is really good.

Verified User
Engineer in Information Technology
Computer Software Company, 1-10 employeesReliability and Availability
PostgreSQL
PostgreSQL 9.0
Based on 2 answers
PostgreSQL's availability is top notch. Apart from connection time-out for an idle user, the database is super reliable.
Sr. Tableau Solution Consultant
PointClickCareComputer Software, 501-1000 employees
Redis
No score
No answers yet
No answers on this topic
Performance
PostgreSQL
PostgreSQL 7.0
Based on 2 answers
The data queries are relatively quick for a small to medium sized table. With complex joins, and a wide and deep table however, the performance of the query has room for improvement.
Sr. Tableau Solution Consultant
PointClickCareComputer Software, 501-1000 employees
Redis
No score
No answers yet
No answers on this topic
Support Rating
PostgreSQL
PostgreSQL 9.3
Based on 13 answers
Its a really great product that has rich features which are well suited for our needs. It also has a NoSQL option which could be useful in some cases. And most importantly it's free to use which is always great.There's still room for improvement though, for example, the installation and upgrade process could be made easier, online resources could be improved as well.

Verified User
Engineer in Information Technology
Professional Training & Coaching Company, 11-50 employeesRedis
Redis 9.0
Based on 4 answers
The support team has always been excellent in handling our mostly questions, rarely problems. They are responsive, find the solution and get us moving forward again. I have never had to escalate a case with them. They have always solved our problems in a very timely manner. I highly commend the support team.
Vice President, Chief Architect, Development Manager and Software Engineer
WySTAR Global Retirement Solutions, a Wells Fargo CompanyFinancial Services, 10,001+ employees
Online Training
PostgreSQL
The online training is request based. Had there been recorded videos available online for potential users to benefit from, I could have rated it higher. The online documentation however is very helpful. The online documentation PDF is downloadable and allows users to pace their own learning. With examples and code snippets, the documentation is great starting point.
Sr. Tableau Solution Consultant
PointClickCareComputer Software, 501-1000 employees
Redis
No answers on this topic
Implementation Rating
PostgreSQL
PostgreSQL 9.0
Based on 3 answers
The online documentation of the PostgreSQL product is elaborate and takes users step by step.
Sr. Tableau Solution Consultant
PointClickCareComputer Software, 501-1000 employees
Redis
Redis 7.3
Based on 1 answer
Whitelisting of the AWS lambda functions.

Verified User
C-Level Executive in Information Technology
Civic & Social Organization Company, 1-10 employeesAlternatives Considered
PostgreSQL
Research Assistant
AppleResearch, 5001-10,000 employees
Redis
We are big users of MySQL and PostgreSQL. We were looking at replacing our aging web page caching technology and found that we could do it in SQL, but there was a NoSQL movement happening at the time. We dabbled a bit in the NoSQL scene just to get an idea of what it was about and whether it was for us. We tried a bunch, but I can only seem to remember Mongo and Couch. Mongo had big issues early on that drove us to Redis and we couldn't quite figure out how to deploy couch.

Verified User
C-Level Executive in Corporate
Financial Services Company, 11-50 employeesScalability
PostgreSQL
PostgreSQL 8.0
Based on 1 answer
The DB is reliable, scalable, easy to use and resolves most DB needs
Sr. Tableau Solution Consultant
PointClickCareComputer Software, 501-1000 employees
Redis
No score
No answers yet
No answers on this topic
Return on Investment
PostgreSQL
- By pushing a lot of logic into database views and triggers, PostgreSQL provides the ability to write much slimmer and more maintainable controller code, reducing development costs.
- PostgreSQL's upsert capabilities enabled us to go to scale much more easily and quickly, allowing us to increase our number of customers.
Senior Software Engineer
Fast OrientationComputer & Network Security, 11-50 employees
Redis
- Redis has helped us increase our throughput and server data to a growing amount of traffic while keeping our app fast. We couldn't have grown without the ability to easily cache data that Redis provides.
- Redis has helped us decrease the load on our database. By being able to scale up and cache important data, we reduce the load on our database reducing costs and infra issues.
- Running a Redis node on something like AWS can be costly, but it is often a requirement for scaling a company. If you need data quickly and your business is already a positive ROI, Redis is worth the investment.

Verified User
Engineer in Engineering
Internet Company, 201-500 employeesScreenshots
PostgreSQL
—Pricing Details
PostgreSQL
General
Free Trial
—Free/Freemium Version
—Premium Consulting/Integration Services
—Entry-level set up fee?
No
PostgreSQL Editions & Modules
—
Additional Pricing Details
—Redis
General
Free Trial
Yes
Free/Freemium Version
Yes
Premium Consulting/Integration Services
Yes
Entry-level set up fee?
Optional
Redis Editions & Modules
Edition
Cloud | $388.001 |
---|
- Per Month