Re: PostgreSQL clustering VS MySQL clustering

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL clustering VS MySQL clustering
Дата
Msg-id 25335.1106428223@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL clustering VS MySQL clustering  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: PostgreSQL clustering VS MySQL clustering  (Simon Riggs <simon@2ndquadrant.com>)
Re: PostgreSQL clustering VS MySQL clustering  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-performance
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> Probably VACUUM works well for small to medium size tables, but not
> for huge ones. I'm considering about to implement "on the spot
> salvaging dead tuples".

That's impossible on its face, except for the special case where the
same transaction inserts and deletes a tuple.  In all other cases, the
transaction deleting a tuple cannot know whether it will commit.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: inheritance performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Odd number of rows expected