Quote:
|
Originally Posted by deadmanthedba
I was wondering if you can do it in just one step
|
No; the basic idea with adding partitions is that you want to gradually allow for new (i.e., larger) values in new partitions, without having to create those (empty) partitions already from the beginning.
Otherwise said, your design should anticipate future partitions.
Of course, the design can be modified (that's what you want to do); but that requires more steps.