Re: Why so slow?

Поиск
Список
Период
Сортировка
От K C Lau
Тема Re: Why so slow?
Дата
Msg-id 6.2.1.2.0.20060429110036.02c01b98@localhost
обсуждение исходный текст
Ответ на Re: Why so slow?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Why so slow?  (Michael Stone <mstone+postgres@mathom.us>)
Re: Why so slow?  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-performance
At 10:39 06/04/29, Tom Lane wrote:
>K C Lau <kclau60@netvigator.com> writes:
> > Without knowing the internals, I have this simplistic idea: if Postgres
> > maintains the current lowest transaction ID for all active
> transactions, it
> > probably could recycle dead tuples on the fly.
>
>[ yawn... ]  Yes, we've heard that before.  The hard part is getting rid
>of index entries.
>
>                         regards, tom lane

I apologize for simplistic ideas again. I presume that the equivalent tuple
header information is not maintained for index entries. What if they are,
probably only for the most commonly used index types to allow recycling
where possible? The extra space required would be recycled too. It would
probably also help save a trip to the tuple data pages to determine the
validity of index entries during index scans.

Cheers,
KC.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Why so slow?
Следующее
От: "Luke Lonergan"
Дата:
Сообщение: Re: hardare config question