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
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
Hi Team,
What are the check lists for doing capacity planning for a postgresql
server ?
Regards,
BK.