Re: Large tables management question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Large tables management question
Дата
Msg-id 28687.1007477979@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Large tables management question  (Luben Karavelov <luben@bgone.net>)
Список pgsql-general
Luben Karavelov <luben@bgone.net> writes:
> I want to ask you if there is some way to manage such amount of data in
> postgresql?

At the moment, managing it at the RAID level is the only really
convenient answer.  Postgres can cope with tables up to the terabyte
range, but it expects you to supply a filesystem that can hold 'em.

In theory you could try to manage the space manually using symlinks,
but I can't recommend that; too tedious and error-prone.

            regards, tom lane

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

Предыдущее
От: tony
Дата:
Сообщение: Re: Remote Access to pgsql DB ???
Следующее
От: "John Gray"
Дата:
Сообщение: Re: Remote Access to pgsql DB ???