I have psql (12) database installed on ultra fast (and expensive) SSDs - works great there However my DB is rapidly growing so instead of investing fortune in SSDs expanding - Im more thinking to install cheaper disk volume based on standard (magnetic) HDDs.
I read about table partitioning and this is what might help here, but I coudnt find information what about indexes? Can those be also partitioned / stored on 2 different volumes, depending where table partition reside ?
This is quite important to me because indexes are almost 30% size of biggest table
Appreciate your comments / advice