Open chenjunjiedada opened 7 years ago
When target table support partition, SQLDataGen need to split the generated data according to partition column.
In TPC-xBB or DS, it doesn't support partition data while it separates the data in INSERT...SELECT statement.
This should be a option feature.
When target table support partition, SQLDataGen need to split the generated data according to partition column.