Re: PostgreSQL VS MongoDB: a use case comparison

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: f(dot)pardi(at)portavita(dot)eu, postgres performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Re: PostgreSQL VS MongoDB: a use case comparison
Date: 2018-11-20 16:41:42
Message-ID: CAHyXU0wQKaoQsZL=adB5vCFhjL+2kn4DiRnmVDEABJC8aCAz0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, Nov 19, 2018 at 11:26 AM Stephen Frost <sfrost(at)snowman(dot)net> wrote:
> Looks like a lot of the difference being seen and the comments made
> about one being faster than the other are because one system is
> compressing *everything*, while PG (quite intentionally...) only
> compresses the data sometimes- once it hits the TOAST limit. That
> likely also contributes to why you're seeing the on-disk size
> differences that you are.

Hm. It may be intentional, but is it ideal? Employing datum
compression in the 1kb-8kb range with a faster but less compressing
algorithm could give benefits.

merlin

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Stephen Frost 2018-11-20 16:43:25 Re: PostgreSQL VS MongoDB: a use case comparison
Previous Message Fabio Pardi 2018-11-20 15:53:03 Re: PostgreSQL VS MongoDB: a use case comparison