Re: Redis 16 times faster than Postgres?
Ron Johnson <ronljohnsonjr@gmail.com>
From: Ron <ronljohnsonjr@gmail.com>
To: pgsql-general@lists.postgresql.org
Date: 2019-09-29T21:52:15Z
Lists: pgsql-general
On 9/29/19 4:42 PM, Colin 't Hart wrote: > Hi, > > Can someone take a look at this blog post? > https://www.peterbe.com/plog/redis-vs-postgres-blob-of-json > > Can Redis really be 16 times faster than Postgres? Surely Postgres can get > closer to the raw speed of the hardware than 1 order of magnitude? Redis is an in-memory key-value database. PostgreSQL... isn't. -- Angular momentum makes the world go 'round.