Starting a long time ago, we wanted to reproduce workload in a non-production environment, and there were different attempts to achieve that goal (Query Playback is just one of them). But there is another point of view, where you need to write your own workload to do so.
Both Have Pros and Cons
Reproduce Workload:
Pros:
- Simple to implement
- Ready to go
Cons:
- Need to rebuild the environment each time
Custom Scripts:
Pros:
- Possible to have a more realistic workload
- You can reuse the environment
- You can use Sysbench that allows you to change …