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.