Re: Large tables being split at 1GB boundary

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Large tables being split at 1GB boundary
Дата
Msg-id 19550.1022023667@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Large tables being split at 1GB boundary  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-novice
Ron Johnson <ron.l.johnson@cox.net> writes:
> what is the reason for splitting filenodes at the 1GB mark?
> Why not 2GB (2^31).

Some platforms fail on files >= 2GB.  Maybe it's only > 2GB,
or maybe there is funny boundary behavior.  We didn't see any
point in taking a risk.

            regards, tom lane

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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Better way to bulk-load millions of CSV records into postgres?
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Better way to bulk-load millions of CSV records into postgres?