Re: How we made Postgres upserts 2-3* quicker than MongoDB

From: Nicolas Paris <niparisco(at)gmail(dot)com>
To: Mark Zealey <mark(at)allaroundtheworld(dot)fr>
Cc: pgsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: How we made Postgres upserts 2-3* quicker than MongoDB
Date: 2016-01-08 17:07:56
Message-ID: CA+ssMOS9FCk-bn5WY0ctHMGOEu612HDsODytOB-qSLmbh9v-TQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello Mark,

As far as I know, MongoDB is able to get better writing performances
thanks to scaling (easy to manage sharding). Postgresql cannot (is not
designed for - complicated).
Why comparing postgresql & mongoDB performances on a standalone
instance since mongoDB is not really designed for that ?

Thanks for the answer and for sharing,

2016-01-08 17:37 GMT+01:00 Mark Zealey <mark(at)allaroundtheworld(dot)fr>:
> Hi all, I just wrote an article about the postgres performance optimizations
> I've been working on recently especially compared to our old MongoDB
> platform
>
> https://mark.zealey.org/2016/01/08/how-we-tweaked-postgres-upsert-performance-to-be-2-3-faster-than-mongodb
>
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Zealey 2016-01-08 17:16:34 Re: How we made Postgres upserts 2-3* quicker than MongoDB
Previous Message Mark Zealey 2016-01-08 16:37:36 How we made Postgres upserts 2-3* quicker than MongoDB