Re: [PATCHES] Fix for large file support (nonsegment mode support)

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas OSB SD
Тема Re: [PATCHES] Fix for large file support (nonsegment mode support)
Дата
Msg-id E1539E0ED7043848906A8FF995BDA57902DD3016@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: [PATCHES] Fix for large file support (nonsegment mode support)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCHES] Fix for large file support (nonsegment mode support)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > Why is this not the default when supported?
>
> Fear.
>
> Maybe eventually, but right now I think it's too risky.
>
> One point that I already found out the hard way is that sizeof(off_t)
= 8
> does not guarantee the availability of largefile support; there can
also
> be filesystem-level constraints, and perhaps other things we know not
of
> at this point.

Exactly, e.g. AIX is one of those. jfs (not the newer jfs2) has an
option
to enable large files, which is not the default and cannot be changed
post crfs.
And even if it is enabled, jfs has a 64 Gb filesize limit !
Anybody know others that support large but not huge files ?

Andreas

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCHES] Fix for large file support (nonsegment mode support)
Следующее
От: "Zeugswetter Andreas OSB SD"
Дата:
Сообщение: Re: [PATCHES] Fix for large file support (nonsegment mode support)