Re: Discarding the resulting rows
От
Murali M. Krishna
Тема
Re: Discarding the resulting rows
Дата
Msg-id
146661.38681.qm@web52803.mail.re2.yahoo.com
Ответ на
Re: Discarding the resulting rows (Tom Lane)
Список
Дерево обсуждения
Discarding the resulting rows "Murali M. Krishna" <murali1729@yahoo.com>
Re: Discarding the resulting rows "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Discarding the resulting rows Robert Haas <robertmhaas@gmail.com>
Re: Discarding the resulting rows "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Discarding the resulting rows Jaime Casanova <jcasanov@systemguards.com.ec>
Re: Discarding the resulting rows Tom Lane <tgl@sss.pgh.pa.us>
Re: Discarding the resulting rows "Murali M. Krishna" <murali1729@yahoo.com>
Re: Discarding the resulting rows Jaime Casanova <jcasanov@systemguards.com.ec>
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:
|
В списке pgsql-hackers по дате отправления