I need your help to solve a problem as I am fairly new to Postgres and reading the manuals didn’t help.
We have a server with 4 internal hard disks. We have created a Postgres database with a few tables. We want to be able to spread our data across these 4 disks.
We want to specify somewhere (eg table space creation stage) that the data loaded into a set of tables should be distributed across the 4 disks.
Can you kindly give us the syntax or point us in the right direction?