Re: per table random-page-cost?
От
Kevin Grittner
Тема
Re: per table random-page-cost?
Дата
Msg-id
4AE06103020000250002BDF6@gw.wicourts.gov
Ответ на
Re: per table random-page-cost? (Greg Stark)
Список
Дерево обсуждения
per table random-page-cost? marcin mank <marcin.mank@gmail.com>
Re: per table random-page-cost? Greg Stark <gsstark@mit.edu>
Re: per table random-page-cost? Cédric Villemain <cedric.villemain@dalibo.com>
Re: per table random-page-cost? Greg Stark <gsstark@mit.edu>
Re: per table random-page-cost? Alvaro Herrera <alvherre@commandprompt.com>
Re: per table random-page-cost? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: per table random-page-cost? Greg Stark <stark@mit.edu>
Re: per table random-page-cost? Josh Berkus <josh@agliodbs.com>
Re: per table random-page-cost? Robert Haas <robertmhaas@gmail.com>
Re: per table random-page-cost? Bruce Momjian <bruce@momjian.us>
Re: per table random-page-cost? Robert Haas <robertmhaas@gmail.com>
Re: per table random-page-cost? "Joshua D. Drake" <jd@commandprompt.com>
Re: per table random-page-cost? "Joshua D. Drake" <jd@commandprompt.com>
Re: per table random-page-cost? Cédric Villemain <cedric.villemain@dalibo.com>
Re: per table random-page-cost? Josh Berkus <josh@agliodbs.com>
Re: per table random-page-cost? Cédric Villemain <cedric.villemain@dalibo.com>
Re: per table random-page-cost? Stefan Moeding <pgsql@moeding.net>
Re: per table random-page-cost? Robert Haas <robertmhaas@gmail.com>
Re: per table random-page-cost? Cédric Villemain <cedric.villemain@dalibo.com>
Re: per table random-page-cost? Robert Haas <robertmhaas@gmail.com>
Re: per table random-page-cost? Cédric Villemain <cedric.villemain@dalibo.com>
Re: per table random-page-cost? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: per table random-page-cost? Greg Stark <gsstark@mit.edu>
Re: per table random-page-cost? Jeff Davis <pgsql@j-davis.com>
Re: per table random-page-cost? Robert Haas <robertmhaas@gmail.com>
Re: per table random-page-cost? marcin mank <marcin.mank@gmail.com>
Re: per table random-page-cost? Tom Lane <tgl@sss.pgh.pa.us>
Re: per table random-page-cost? Andrew Dunstan <andrew@dunslane.net>
Re: per table random-page-cost? marcin mank <marcin.mank@gmail.com>
Re: per table random-page-cost? Tom Lane <tgl@sss.pgh.pa.us>
Re: per table random-page-cost? Greg Stark <gsstark@mit.edu>
Re: per table random-page-cost? Jeff Janes <jeff.janes@gmail.com>
Re: per table random-page-cost? marcin mank <marcin.mank@gmail.com>
Re: per table random-page-cost? marcin mank <marcin.mank@gmail.com>
Greg Stark wrote: > There is another use case which perhaps needs to be addressed: if > the user has some queries which are very latency sensitive and > others which are not latency sensitive. Yes. Some products allow you to create a named cache and bind particular objects to it. This can be used both to keep a large object with a low cache hit rate from pushing other things out of the cache or to create a pseudo "memory resident" set of objects by binding them to a cache which is sized a little bigger than those objects. I don't know if you have any other suggestions for this problem, but the named cache idea didn't go over well last time it was suggested. In all fairness, PostgreSQL does a good enough job in general that I haven't missed this feature nearly as much as I thought I would; and its absence means one less thing to worry about keeping properly tuned. -Kevin
В списке pgsql-hackers по дате отправления