I have a parameterized view into a large MySQL table. When I requery the
view, control is immediately returned to the command window. The record
count for the view slowly increases at the rate of about 200 records a
second. Bandwidth consumption is minimal, cpu is minimal. If I check the box
the server is running on, I find that cpu on that box is also at a minumum.
This looks like something is throttling the query, because everything is
running at an idle. How can I:
1) Have control not return until the view is done being requeried
2) Have the system use max cpu/bandwidth instead of just idling along, so
that I can get my results faster?