Re: Is any limitations in PostgreSQL?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Is any limitations in PostgreSQL?
Дата
Msg-id 20050301041222.GA81611@winnie.fuhr.org
обсуждение исходный текст
Ответ на Is any limitations in PostgreSQL?  (Yu Jie <webpurchasing@yahoo.com>)
Список pgsql-general
On Mon, Feb 28, 2005 at 07:49:54PM -0800, Yu Jie wrote:

> 1. What's the restriction of database file? How big it
> can be(for exmaple, 10TB?).

See "What is the maximum size for a row, a table, and a database?"
in the FAQ:

http://www.postgresql.org/files/documentation/faqs/FAQ.html#4.4

> 2. Is there any restriction for the record and the
> document? What kind of record and document can be add
> to database.

See the aforementioned FAQ and the "Data Types" chapter in the
documentation:

http://www.postgresql.org/docs/8.0/interactive/datatype.html

In addition to the built-in types, users can create their own types.

> 3. What's the restriction for the table and the
> collection?

See the aforementioned FAQ.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Yu Jie
Дата:
Сообщение: Is any limitations in PostgreSQL?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: vacuum_cost_delay & VACUUM holding locks on GIST indexes