I have an existing database with tables which each have 4 partitions (there are tables using both RANGE and HASH partitioning).
I need to import it into another database with a pre-created schema where the same tables will have 8 partitions.
How do I do this? Does this "just work" if I do a table-level import?