Re: Is any limitations in PostgreSQL?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Yu Jie <webpurchasing(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is any limitations in PostgreSQL?
Date: 2005-03-01 04:12:22
Message-ID: 20050301041222.GA81611@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-03-01 04:25:16 Re: vacuum_cost_delay & VACUUM holding locks on GIST indexes
Previous Message Yu Jie 2005-03-01 03:49:54 Is any limitations in PostgreSQL?