DataGenerator
DataGenerator copied to clipboard
Implement either or both of TPC-C, TPC-E andTPC-DS benchmarks as examples
I did a quick scan on the tpc.org website. It seems that both have schemas. The C is mainly for decision processin, while DS is similar to an offline analytic tool like Hive. Both of which can be targeted by data generator as valid examples: http://www.tpc.org/tpcc/default.asp http://www.tpc.org/tpcds/default.asp http://www.tpc.org/tpce/default.asp
I think we can start from 'TPC-DS'. It's more close to massive data generation tools.
@yukaReal can you give us an update on the status of this? Is it feasible for us to add for a January release?
There are a lot of work need to be done here. I don't think about January release - i'm focusing on other issues now...