Re: Large scale reliable software system

From: Saurabh Agrawal <mail(at)saurabhagrawal(dot)net>
To: Guyren Howe <guyren(at)gmail(dot)com>
Cc: B M <bmmasprep(at)gmail(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Subject: Re: Large scale reliable software system
Date: 2023-06-27 08:32:31
Message-ID: CAL1UH0s_CA7KajZ=hwoTxH7-2Y_5nyiwdYpR-1PE9OK2fD1yOw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Correct. It’s a tragically wrong piece of folk wisdom that’s pretty
general across web development communities.

So, what's your advice, and is there some book / resource to get upto speed?

Thanks!

On Tue, Jun 27, 2023 at 10:38 AM Guyren Howe <guyren(at)gmail(dot)com> wrote:

> Correct. It’s a tragically wrong piece of folk wisdom that’s pretty
> general across web development communities.
>
> On Jun 26, 2023, at 21:32, Michael Nolan <htfoot(at)gmail(dot)com> wrote:
>
> It's not just Ruby, dumb databases are preferred in projects like
> WordPress, Drupal and Joomla, too.
>
> Now, if it's because they're used to using MySQL, well maybe that's
> not so hard to understand. :-)
>
> On Mon, Jun 26, 2023 at 8:05 PM Guyren Howe <guyren(at)gmail(dot)com> wrote:
>
>
> This is a reasonable answer, but I want to offer a caveat.
>
> Likely because of the influence of the originator of Ruby on Rails, it is
> close to holy writ in the web development community that the database must
> be treated as a dumb data bucket and all business logic must be implemented
> in the Ruby or Python or whatever back end code.
>
> This heuristic is nearly always mostly wrong.
>
> Guyren G Howe
> On Jun 26, 2023 at 17:48 -0700, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>,
> wrote:
>
> On 6/26/23 16:48, B M wrote:
>
> Dear all,
>
> After greeting,
>
> I taught PostgreSQL myself and developed a small scale
> experimentalsoftware system using PostgreSQL in the back-end.
>
> I would like to know your advices to develop a large scale reliable
> software system using PostgreSQL in the back-end, through which i can
> share the storage with the different system users where they login to
> the system through the web application front-end with different
> passwords and usernames , save the privacy of each user data, improve
> overall system security and performance, achieve fast response, make
> backups and save the stored data from loss. The system will be hosted on
> a cloud.
>
>
> https://www.djangoproject.com/
>
>
> Thank you in advance.
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mohsin Kazmi 2023-06-27 08:37:41 Re: 2 master 3 standby replication
Previous Message Guyren Howe 2023-06-27 05:07:53 Re: Large scale reliable software system