Re: PostgreSQL clustering VS MySQL clustering

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: PostgreSQL clustering VS MySQL clustering
Дата
Msg-id 20050124.115244.35008937.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: PostgreSQL clustering VS MySQL clustering  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: PostgreSQL clustering VS MySQL clustering
Список 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.

Of course. We need to keep a list of such that tuples until commit or
abort.
--
Tatsuo Ishii

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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering
Следующее
От: "SpaceBallOne"
Дата:
Сообщение: poor performance of db?