Re: Rationale for aversion to the central database?

From: Ravi Krishna <sravikrishna3(at)gmail(dot)com>
To: Guyren Howe <guyren(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Rationale for aversion to the central database?
Date: 2018-04-08 22:09:40
Message-ID: CACER=P3GWoZF=SnLqXCYA70uqBNbwj-Em9muOcL2JprBGwGeYg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

1. With a micro service based architecture these days, it is difficult to
justify putting all logic in a central database as you can only scale up in
a database. Business logic in things like Spark can make a claim for scale
out solution.
2. All RDBMS have a non portable stored proc language, making migration a
pain.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-04-08 22:09:48 Re: Rationale for aversion to the central database?
Previous Message Alvaro Aguayo Garcia-Rada 2018-04-08 21:57:44 Re: Rationale for aversion to the central database?