We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我准备写入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
The text was updated successfully, but these errors were encountered:
把meta.txt发出来看看,可能是元文件解析有问题
Sorry, something went wrong.
No branches or pull requests
我准备写入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
The text was updated successfully, but these errors were encountered: