I want a way to be able to benchmark a query like 1,000,000 times. What\'s the easiest way to do this? Currently I\'ve searched for a way to issue a query multiple times but not
i would suggest doing loop test from script level as this would give a better time of the demand.
SELECT benchmark (1000000, (select user from members limit 1));