Fill database tables with a large amount of test data

后端 未结 7 1394
长发绾君心
长发绾君心 2020-12-07 09:18

I need to load a table with a large amount of test data. This is to be used for testing performance and scaling.

How can I easily create 100,000 rows of random/junk

7条回答
  •  执念已碎
    2020-12-07 10:03

    try filldb

    you can either post your schema or use existing schema and generate dummy data and export from this site and import in your data base.

提交回复
热议问题