pgsql: Duplicate: < * Maintain a map of recently-expired rows < <

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Duplicate: < * Maintain a map of recently-expired rows < <
Дата
Msg-id 20050902004957.47B59D6ED9@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Duplicate:

< * Maintain a map of recently-expired rows
<
<   This allows vacuum to target specific pages for possible free space
<   without requiring a sequential scan.
<
Update entry:

>   One complexity is that index entries still have to be vacuumed, and
>   doing this without an index scan (by using the heap values to find the
>   index entry) might be slow and unreliable, especially for user-defined
>   index functions.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1645 -> r1.1646)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1645&r2=1.1646)
    pgsql/doc/src/FAQ:
        TODO.html (r1.152 -> r1.153)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.152&r2=1.153)

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

Предыдущее
От: agoldshuv@pgfoundry.org (User Agoldshuv)
Дата:
Сообщение: bizgres - bizgres: Loader made compatiable with the new bizgres addition
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Update performance discussion for 8.1.