From: | "Hitoshi Harada" <umi(dot)tanuki(at)gmail(dot)com> |
---|---|
To: | "Bruce Momjian" <bruce(at)momjian(dot)us> |
Cc: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: tuplestore potential performance problem |
Date: | 2009-01-15 05:29:08 |
Message-ID: | e08cc0400901142129k283f37b1q63e7d8eb4a31aeb1@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
2009/1/15 Bruce Momjian <bruce(at)momjian(dot)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.
Regards,
--
Hitoshi Harada
From | Date | Subject | |
---|---|---|---|
Next Message | KaiGai Kohei | 2009-01-15 05:33:55 | Re: New patch for Column-level privileges |
Previous Message | Stephen Frost | 2009-01-15 03:36:52 | Re: New patch for Column-level privileges |