large scale reliable software system

From: B M <bmmasprep(at)gmail(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: large scale reliable software system
Date: 2023-06-21 16:52:47
Message-ID: CAPDsptXWa=pDMp1Y+e-R4+oQLNZ_nfoRkeAVMtaqWsEvrBxUOQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Dear all,

After greeting,

I taught PostgreSQL myself and developed a small scale experimental
software 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.

Thank you in advance.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jonathan S. Katz 2023-06-21 17:02:21 Re: large scale reliable software system
Previous Message Laurenz Albe 2023-06-21 11:45:44 Re: [PATCH] Attempt to clarify example of serialization anomaly