If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > benchmarking - repeatable query execution time

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-18-04, 11:30
ajax_999 ajax_999 is offline
Registered User
 
Join Date: Mar 2004
Posts: 1
benchmarking - repeatable query execution time

I am trying to find a way to run a query more than once without it becoming faster. I have tried various things, such as: not using the query cache, flushing open tables, and restarting the server. These seem to help, but they do not solve the problem. Often the difference is still an order of magnitude. I suspect that it may be the key cache (is there a way to flush this?) and/or some OS factor (like pages being stored in memory). Does any one know how to repeat a query and have it be handled as if it wasn't already run?

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On