I have a relatively small (MySQL) database with ~50 tables which takes about 100 MB of disk space. For my tests I would like to increase the size of the data to 100-1000 GB keeping the same schema (tables, keys, indexes). What would be the best way/tool to populate this database with additional data (pseudorandom with respect to existing data) ?
Hopefully the question makes sense.