RE: Big 7.1 open items

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: Big 7.1 open items
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A23018C2C@SECTORBASE1
обсуждение исходный текст
Ответ на Big 7.1 open items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы RE: Big 7.1 open items  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-hackers
> > >     relation version number
> > 
> > I believe that we can avoid versions using WAL...
> >
> 
> How to re-construct tables in place ?
> Is the following right ?
> 1) save the content of current table to somewhere
> 2) shrink the table and related indexes
> 3) reload the saved(+some filtering) content

Or - create tmp file and load with new content; log "intent to relink table
file";
relink table file; log "file is relinked".

Vadim



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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Big 7.1 open items
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Big 7.1 open items