Re: More tablescanning fun

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: More tablescanning fun
Дата
Msg-id 1051288086.1765.95.camel@fuji.krosing.net
обсуждение исходный текст
Ответ на Re: More tablescanning fun  ("Jim C. Nasby" <jim@nasby.net>)
Ответы Re: More tablescanning fun  ("Jim C. Nasby" <jim@nasby.net>)
Re: More tablescanning fun  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Jim C. Nasby kirjutas R, 25.04.2003 kell 07:59:
> > > Also, is there a TODO to impliment
> > > real clustered indexes?
> >
> > No.  It's not apparent to me how you could do that without abandoning
> > MVCC, which we're not likely to do.
>
> Hmm... does MVCC mandate inserts go at the end?

I have been pondering if keeping pages half-empty (or even 70% empty)
could solve both clustering problems and longish updates for much data.

If we could place the copy in the same page than original, most big
updates would be possible by one sweep of disk heads and also clustering
order would be easier to keep if pages were kept intentionally half
empty.

So "VACUUM FULL 65% EMPTY;" could make sense ?


-------------
Hannu


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Important speed difference between a query and a function with the same query
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: More tablescanning fun