Open foWQL opened 2 years ago
我准备写入mysql数据库,开了8个worker,写入1万条,每批100条。跑了1个多小时还没执行完,我看还在跑着,是哪里不对吗? 命令如下: datafaker mysql mysql+mysqldb://root:root@localhost:3306/test?charset=utf8 stu 10000 --meta meta.txt --worker 8 --batch 100
把meta.txt发出来看看,可能是元文件解析有问题
我准备写入mysql数据库,开了8个worker,写入1万条,每批100条。跑了1个多小时还没执行完,我看还在跑着,是哪里不对吗? 命令如下: datafaker mysql mysql+mysqldb://root:root@localhost:3306/test?charset=utf8 stu 10000 --meta meta.txt --worker 8 --batch 100