Re: tuplestore potential performance problem

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: tuplestore potential performance problem
Дата
Msg-id 200901151536.n0FFaTQ27055@momjian.us
обсуждение исходный текст
Ответ на Re: tuplestore potential performance problem  ("Hitoshi Harada" <umi.tanuki@gmail.com>)
Список pgsql-hackers
Hitoshi Harada wrote:
> 2009/1/15 Bruce Momjian <bruce@momjian.us>:
> >
> > Has this been addressed?
> 
> It is mentioned at
> 
> http://archives.postgresql.org/pgsql-hackers/2008-12/msg01849.php
> 
> * Look at tuplestore performance issues. The tuplestore_in_memory()
> thing is just a band-aid, we ought to try to solve it properly.
> tuplestore_advance seems like a weak spot as well.
> 
> but not solved yet. It seems to me that to solve this the tuplestore's
> inside design should be changed much. In-file state doesn't use memory
> any more but it should be re-used for writing buffer, whereas the
> current desgin uses BufFile to do it, which causes tell/seek overhead
> for repeated put/get operation. And this is not for 8.4, I guess.

Oh, I see it is already on the TODO list;  great.  I have added
reference URL to the TODO.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: New patch for Column-level privileges
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Visibility map, partial vacuums