Re: Capacity Planning

2019-01-19 Thread Allan Kamau
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 hos

Re: the installation of pgadmin4 makes me weep in frustration

2019-01-19 Thread Tony Shelver
I know this has already been answered, but for those who are also python users, there is another and probably better option: If you already have a python 3.6+ installation, you can download the pgadmin4 wheel (python installable) from https://www.pgadmin.org/download/ Then do a pip install on it

Capacity Planning

2019-01-19 Thread bhargav kamineni
Hi Team, What are the check lists for doing capacity planning for a postgresql server ? Regards, BK.