Change 4 existing table into 4 partitioned tables
We have 4 huge tables with about 4.8 T data (include indexes), we want to change them into parition tables. Can you provide the fastest way to do this? Is some way we don't need add more space into the database to do this?
Thanks
0