PostgreSQL store data logically in tablespace and physically in datafilesPostgreSQL uses a tablespace to map a logical name to a physical location on disk tablespace allow the user to control the disk layout of PostgreSQLwhen we create table or any object it goes directory to data directly by default to avoid load on disk we…
