| From: | Richard Huxton <dev(at)archonet(dot)com> |
|---|---|
| To: | "Huang(at)tanpopo-tane(dot)com" <huang(at)tanpopo-tane(dot)com>, <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: How many tables can be created in one datebase? |
| Date: | 2002-07-11 10:27:15 |
| Message-ID: | 200207111127.16678.dev@archonet.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thursday 11 Jul 2002 9:24 am, huang(at)tanpopo-tane(dot)com wrote:
> How many tables can be created in one datebase?
> How many fields can be created in one table?
> thank you
See http://www3.uk.postgresql.org/users-lounge/limitations.html
Maximum size for a database = unlimited (60GB databases exist)
Maximum size for a table = 64 TB on all operating systems
Maximum size for a row = unlimited in 7.1 and later
Maximum size for a field = 1GB in 7.1 and later
Maximum number of rows in a table = unlimited
Maximum number of columns in a table = 1600
Maximum number of indexes on a table = unlimited
I am not aware of any limit on the number of tables, I should think practical
considerations regarding management would cause problems before you hit a
real limit.
- Richard Huxton
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martijn van Oosterhout | 2002-07-11 10:51:40 | Re: Linux max on shared buffers? |
| Previous Message | Vince Vielhaber | 2002-07-11 09:51:00 | Re: was there a change in FreeBSD SHM implementation from |