How to convert the existing tablewith 1000g data into partitioned table
We have about 35 tablesm, each has more than 5G data. Some have more 1 terabyte data. We want to conver them into partitioned table. Can you provide some effecitve ways to do this convert? If we want to add a new column in the paratition table, how can we do this convert?
Thanks