Postgres - Tablesspace size issue
Postgres = Version 13
OS=Linux Redhat version 8
Our team is using single tablespace for whole database. Its size is more then 13TB. I am from Oracle background and want to suggest them to split the data in multiple tablespaces. It will not only improve the performance & reduce the backup time.
But I did not find any Postgres best practice or blog, to show as a reference.