Re: Multi CPU Queries - Feedback and/or suggestions wanted!
От
Greg Stark
Тема
Re: Multi CPU Queries - Feedback and/or suggestions wanted!
Дата
Msg-id
C24ACBAF-5D7C-4635-8EE4-912F9DA10A5A@enterprisedb.com
Ответ на
Re: Multi CPU Queries - Feedback and/or suggestions
wanted! (Bruce Momjian)
Список
Дерево обсуждения
Multi CPU Queries - Feedback and/or suggestions wanted! Julius Stroffek <Julius.Stroffek@Sun.COM>
Re: Multi CPU Queries - Feedback and/or suggestions
wanted! Simon Riggs <simon@2ndQuadrant.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Julius Stroffek <Julius.Stroffek@Sun.COM>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! "Dann Corbit" <DCorbit@connx.com>
Re: Multi CPU Queries - Feedback and/or suggestions
wanted! Bruce Momjian <bruce@momjian.us>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Greg Smith <gsmith@gregsmith.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! "Jonah H. Harris" <jonah.harris@gmail.com>
Re: Multi CPU Queries - Feedback and/or suggestions
wanted! Bruce Momjian <bruce@momjian.us>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! "Jonah H. Harris" <jonah.harris@gmail.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Greg Stark <greg.stark@enterprisedb.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Greg Stark <greg.stark@enterprisedb.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Bruce Momjian <bruce@momjian.us>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! "Hans-Jürgen Schönig" <postgres@cybertec.at>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! "Jonah H. Harris" <jonah.harris@gmail.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Tom Lane <tgl@sss.pgh.pa.us>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! "Jonah H. Harris" <jonah.harris@gmail.com>
Re: Multi CPU Queries - Feedback and/or suggestions
wanted! Hannu Krosing <hannu@2ndQuadrant.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! "Jonah H. Harris" <jonah.harris@gmail.com>
Re: Multi CPU Queries - Feedback and/or suggestions
wanted! Bruce Momjian <bruce@momjian.us>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Greg Stark <greg.stark@enterprisedb.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Greg Stark <greg.stark@enterprisedb.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Aidan Van Dyk <aidan@highrise.ca>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Greg Stark <greg.stark@enterprisedb.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Greg Stark <greg.stark@enterprisedb.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! "Jeffrey Baker" <jwbaker@gmail.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Julius Stroffek <Julius.Stroffek@Sun.COM>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! "Chuck McDevitt" <cmcdevitt@greenplum.com>
Re: Multi CPU Queries - Feedback and/or suggestions wanted! Myron Scott <lister@sacadia.com>
I couldn't get async I/O to work on Linux. That is it "worked" but performed the same as reading one block at a time. On solaris the situation is reversed. In what way is fadvise a kludge? greg On 24 Oct 2008, at 01:44 AM, Bruce Momjian wrote: > Jonah H. Harris wrote: >> On Thu, Oct 23, 2008 at 4:53 PM, Greg Smith >> wrote: >>>> I think the current plan is to use posix_advise() to allow >>>> parallel I/O, >>>> rather than async I/O becuase posix_advise() will require fewer >>>> code >>>> changes. >>> >>> These are not necessarily mutually exclusive designs. fadvise >>> works fine on >>> Linux, but as far as I know only async I/O works on Solaris. >>> Linux also has >>> an async I/O library, and it's not clear to me yet whether that >>> might work >>> even better than the fadvise approach. >> >> fadvise is a kludge. While it will help, it still makes us >> completely >> reliant on the OS. For performance reasons, we should be >> supporting a >> multi-block read directly into shared buffers. IIRC, we currently >> have support for rings in the buffer pool, which we could read >> directly into. Though, an LRU-based buffer manager design would be >> more optimal in this case. > > True, it is a kludge but if it gives us 95% of the benfit with 10% of > the code, it is a win. > > -- > Bruce Momjian http://momjian.us > EnterpriseDB http://enterprisedb.com > > + If your life is a hard drive, Christ can be your backup. + > > -- > Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-hackers
В списке pgsql-hackers по дате отправления
От: Tom Lane
Дата:
От: Bruce Momjian
Дата: