Re: Redis 16 times faster than Postgres?

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Redis 16 times faster than Postgres?
Date: 2019-09-29 21:52:15
Message-ID: 7ab15156-56c0-66fa-80cf-23be655ee440@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Morris de Oryx 2019-09-30 00:01:46 Re: Redis 16 times faster than Postgres?
Previous Message Nathan Woodrow 2019-09-29 21:46:14 Re: Redis 16 times faster than Postgres?