RE: Can PostGreSQL handle 100 user database?

Поиск
Список
Период
Сортировка
От Francis Solomon
Тема RE: Can PostGreSQL handle 100 user database?
Дата
Msg-id NEBBIFFPELJMCJAODNPKEEGGCDAA.francis@stellison.co.uk
обсуждение исходный текст
Ответ на Re: Can PostGreSQL handle 100 user database?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-general
Hi,

2Gb file *systems* have been supported forever and a day on Linux. ext2
supports this without batting an eyelid. 2Gb *files* have not been
supported very well or very long on 32-bit systems. Essentially you need
a recent 2.4.0-test kernel version (test7 and up) or a patched 2.2.x
kernel (more likely if you're in a production environment). For more
information, see http://www.suse.de/~aj/linux_lfs.html

2Gb memory is a limitation under x86 (ia32) Linux in current production
kernels (2.2.x).
Again, the new 2.4.0 kernels go one better by using Intel's PAE
(Physical Address Extension) mode on Pentium Pro CPUs and newer. This
raises the available memory on Linux to 64Gb. Of course, 2.4.0-testx
kernels are not production quality, but it's a good taste of what's
imminent.

Hope this helps.

Francis Solomon

>
> Note that this is a Linux limitation ... and even then, I'm
> not quite sure
> how accurate that is anymore ... the *BSDs have supported >2gb file
> systems for ages now, and, since IBM supports Linux, I'd be shocked if
> there was a 2GB limit on memory, considering alot of IBMs
> servers support
> up to 4 or 8GB of RAM ...


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Help with Database Recovery
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: Unanswered questions about Postgre