Is it possible to change the data directory after a table has been created?
Alter Table is ignoring the data directory switch, table spaces don't support physical locations (like psql).
What options do I have when I want to have move to one table from a faster storage into an archive storage (current month=SSD, archived to HDD afterwards), without resulting to non-SQL operations (file copy, links) or import/export.
Thanks
Alter Table is ignoring the data directory switch, table spaces don't support physical locations (like psql).
What options do I have when I want to have move to one table from a faster storage into an archive storage (current month=SSD, archived to HDD afterwards), without resulting to non-SQL operations (file copy, links) or import/export.
Thanks