AW: [HACKERS] "CANNOT EXTEND" -

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas IZ5
Тема AW: [HACKERS] "CANNOT EXTEND" -
Дата
Msg-id 219F68D65015D011A8E000006F8590C60267B324@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> So the OS doesn't get a table over 2 gigs.  Does anyone have a table
> that dumps a flat file over 2gig's, whose OS can't support files over 2
> gigs.  Never heard of a complaint.
> 
Probably because people dump to tape or pipes, that compress the dump 
with gzip and split it with split -b ? That is what I would do with my
backups:

pg_dump | gzip --fast | split -b512m - backup.monday.gz.

Andreas



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

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [BUGS] General Bug Report: Bug in optimizer
Следующее
От: Andriy I Pilipenko
Дата:
Сообщение: Re: [BUGS] General Bug Report: Bug in optimizer