Reputation: 1007
I have a huge table (~500M rows), which I did not partition at the time of loading the data. If I create the partitions now, do I need to manually move the data from the master table to the child tables? Are there any better options.
Upvotes: 1
Views: 2458
Reputation: 352
It is an old question, but what I have done and planned is to:
Upvotes: 1