Table Partitioning and Export
Does partitioning affect export? We have a newly created database with partitioned tables. Export in this database took almost 3x as long as its non-partitioned counterpart. However, besides partitioning there were difference in table structures between the 2 databases. But checking the data size, the database with partitioned tables was only about 3.7% or 4Gb bigger than its original counterpart. I would just like to know if there are known issues on exporting partitioned tables.
Thanks,