I would like to stress test my database, which is a hospital patient database.
The current one is 2 GB. I would like to have a 100GB database, so I would like do the following:
1) read each patient record 2) create a new, fake patient id, and store back to database 3) repeat until size reaches 100GB
What is the easiest way of doing this? Are there tools for this?
Thanks!