Re: Capacity Planning

From: Allan Kamau <kamauallan(at)gmail(dot)com>
To: bhargav kamineni <kbn98406(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Capacity Planning
Date: 2019-01-20 07:29:12
Message-ID: CAF3N6oQnDGnm0J2NsqnCjiiAjGESG=zyU7ALoHP9qjuvfWeZ3A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Some of the aspects you may want to consider are:
1) Per unit time (day or week), how much data will be persisted to the
database, number of records and total size of the data.
2) How much of these data will be updated and how frequently in a given
time unit (day or week).
3) Will the databases hosted on the server be for OLTP (OnLine
Transactional Processing) or OLAP (OnLine Analytical Processing) or a
combination of the two.
4) In case of hardware failure or electrical outage or outage due to other
factors including human activity, how much loss of data (and time) can be
tolerated, see "https://www.postgresql.org/docs/11/backup.html" and "
https://www.postgresql.org/docs/11/high-availability.html".
5) The size of the budget for hardware and manpower.

Allan.

On Sat, Jan 19, 2019 at 1:38 PM bhargav kamineni <kbn98406(at)gmail(dot)com> wrote:

> Hi Team,
>
>
> What are the check lists for doing capacity planning for a postgresql
> server ?
>
> Regards,
> BK.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2019-01-20 08:29:05 Re: Capacity Planning
Previous Message Tony Shelver 2019-01-20 06:46:08 Re: the installation of pgadmin4 makes me weep in frustration