Re: Maximum Number Tables

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Ashvinder Singh <ashvindersingh(at)hfcl(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Maximum Number Tables
Date: 2004-04-15 14:26:38
Message-ID: 1082039198.23008.816.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, 2004-04-12 at 00:28, Ashvinder Singh wrote:
> Hi All,
> I have a query.
> What is the maximum number of tables I can have in a PGSql Database,
> without affecting performance?
> Thanks in advance.
> Regards,
> Ashvinder

The number of tables is irrelevant, it's whats stored in the tables and
how you plan on using them that makes the difference. And even then it's
dependent on your hardware more than PostgreSQL itself.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Treat 2004-04-15 14:31:34 Re: Postgresql Backup & Dump
Previous Message Paul Breen 2004-04-15 12:47:38 Re: Real time replication of PG DBs accross two servers -