Hello,
Is there a way to simulate slow queries? I want to test an application and I would like to simulate queries that would take up space in queue and will mark a thread as active for couple of minutes to see how the application handles failures and full queue.
I would like to avoid adding gigabytes of data because this would take time and space.
Thank you.