Re: Discarding the resulting rows
Re: Discarding the resulting rows
От:
"Murali M. Krishna" <murali1729@yahoo.com>
Дата:
Hello All: The optimizer assumes that data is disk resident when computing the cost of a query plan. I am trying to ascertain what the correlation is between times and costs of some benchmark queries to see how good the cost model is. Since I have more than 100 queries, it would be painful to stop and start the server each time to force all the buffer pages out. Also, some of these queries have large number of result rows. I don't want the time to be skewed by the output time. Cheers, Murali. ----------------------------------------------------------------- Please visit NumberFest.com for educational number puzzles & mind exercises for all ages! And please tell your friends about it. Thank You! --- On Mon, 4/26/10, Tom Lane <tgl@sss.pgh.pa.us> wrote:
|