Maximum Limit of the database for no. of records.
Hi,
I want to know about the maximum limit for the number of records in postgres database.
I have tried upto the 50000 records. And each records size was 516 bytes. But I didn't get the information about the maximum limit for the number of
records. Please let me know if anybody knows it.
Thanks,
Namrata.
Those limitations are listed on the postgresql website at
http://www.de.postgresql.org/users-lounge/limitations.html.
Apparently you will reach other resource limitations before
you hit the database limits.
----- Original Message -----
From: "Namrata" <nlabade@nulinkinc.com>
To: "postgres" <pgsql-general@postgresql.org>
Sent: Thursday, June 07, 2001 10:00 PM
Subject: [GENERAL]Maximum Limit of the database for no. of records.
Hi,
I want to know about the maximum limit for the number of records in
postgres database.
I have tried upto the 50000 records. And each records size was 516 bytes.
But I didn't get the information about the maximum limit for the number of
Show quoted text
records. Please let me know if anybody knows it.
Thanks,
Namrata.---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?