Re: [HACKERS] Problems with >2GB tables on Linux 2.0

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [HACKERS] Problems with >2GB tables on Linux 2.0
Дата
Msg-id 199903170445.NAA09312@srapc451.sra.co.jp
обсуждение исходный текст
Ответ на RE: [HACKERS] Problems with >2GB tables on Linux 2.0  (Peter Mount <petermount@it.maidstone.gov.uk>)
Список pgsql-hackers
>Just a question. Does your patch let vacuum handle segmented tables?
>--
>Tatsuo Ishii

>It simply reduces the size of each segment from 2Gb to 1Gb. The problem
>was that some OS's (Linux in my case) don't like files exactly 2Gb in
>size. I don't know how vacuum interacts with the storage manager, but in
>theory it should be transparent.

Ok. So we still have following problem:

test=> vacuum smallcat;
NOTICE:  Can't truncate multi-segments relation smallcat
VACUUM

Maybe this should be added to TODO if it's not already there.
--
Tatsuo Ishii


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: Developers Globe (FINAL)
Следующее
От: Ryan Bradetich
Дата:
Сообщение: Re: [HACKERS] Sequences....