Re: Where **not** to use PostgreSQL? - Mailing list pgsql-general

From Mark Moellering
Subject Re: Where **not** to use PostgreSQL?
Date
Msg-id CAA0uU3UXqe7SSEPFWAq42Y6Lj2vg+++30f7LUkEq56rWec4mnw@mail.gmail.com
Whole thread Raw
In response to Re: Where **not** to use PostgreSQL?  (Nicolas Grilly <nicolas@gardentechno.com>)
List pgsql-general
I wish more people would ask this question, to me, it is the true mark of experience.  In general, I think of PostgreSQL as the leading Relational Database.  The farther you get away from relational data and relational queries, the more I would say, you should look for other products or solutions.  But if you want to store relational data and then run queries over it, then stick with PostgreSQL.

My 2 scents..

Mark

On Thu, Feb 28, 2019 at 8:28 AM Nicolas Grilly <nicolas@gardentechno.com> wrote:
On Thu, Feb 28, 2019 at 2:12 PM Chris Travers <chris.travers@gmail.com> wrote:
Where I did this on the TB scale, we had some sort of ranking but it was not based on ts_rank.

On the PB scale systems I work on now, it is distributed, and we don't order in PostgreSQL (or anywhere else, though if someone wants to write to disk and sort, they can do this I guess)  

Thanks!

pgsql-general by date:

Previous
From: Nicolas Grilly
Date:
Subject: Re: Where **not** to use PostgreSQL?
Next
From: Andy Fan
Date:
Subject: Re: create unique constraint on jsonb->filed during create table