Re: Admission Control Policy
От
Kevin Grittner
Тема
Re: Admission Control Policy
Дата
Msg-id
4B38E343020000250002D9C7@gw.wicourts.gov
Ответ на
Re: Admission Control Policy (Dimitri Fontaine)
Список
Дерево обсуждения
Admission Control Policy "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Admission Control Policy Robert Haas <robertmhaas@gmail.com>
Re: Admission Control Policy "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Admission Control Policy "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Admission Control Policy Dimitri Fontaine <dfontaine@hi-media.com>
Re: Admission Control Policy Andres Freund <andres@anarazel.de>
Re: Admission Control Policy Dimitri Fontaine <dfontaine@hi-media.com>
Re: Admission Control Policy "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Admission Control Policy Dimitri Fontaine <dfontaine@hi-media.com>
Re: Admission Control Policy "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Admission Control Policy Dimitri Fontaine <dfontaine@hi-media.com>
Re: Admission Control Policy "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Admission Control Policy "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Admission Control Policy Dimitri Fontaine <dfontaine@hi-media.com>
Dimitri Fontaine wrote: > Le 28 déc. 2009 à 22:59, Kevin Grittner a écrit : >> (3) With the ACP, the statements would be parsed and optimized >> before queuing, so they would be "ready to execute" as soon as a >> connection was freed. > > There's a pgfoundry project called preprepare, which can be used > along with pgbouncer to get this effect. If you use 8.4, you can > even get the effect without pgbouncer. > > http://preprepare.projects.postgresql.org/README.html I just reviewed the documentation for preprepare -- I can see a use case for that, but I really don't think it has a huge overlap with my point. The parsing and planning mentioned in my point 3 would apply to any query -- ad hoc, generated by an ORM, etc. The preprepare project seems to be a way to create "persistent prepared statements" which are automatically materialized upon connection. -Kevin
В списке pgsql-hackers по дате отправления