Percona-Lab / query-playback

Query Playback
Other
106 stars 47 forks source link

Using playback with more databases #38

Open quartex opened 7 years ago

quartex commented 7 years ago

Hi, I'm tring to use QP to simulate a full load of a DB server with more 300 databases but when I try to launch QP the schema name is mandatory to run, but with this parameter ONLY the queries for specified schema are executed from my slog.log. How is possible to replicate ALL queries present in my slow.log ? Thank you very much

anhvngo commented 6 years ago

Any update ? how can we run this against multiple databases please ?

MJabirBaig commented 2 years ago

can you try like this --mysql-schema='database1' 'database2' 'database3'..etc