Is there any limitations

From: li li <lili(at)cs(dot)uoregon(dot)edu>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Is there any limitations
Date: 2002-12-03 05:46:43
Message-ID: Pine.GSO.4.33.0212022130040.3961-100000@ix.cs.uoregon.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


for the maximum number of tables in a database.

I'm thinking about separating a table with up to millions of rows into
several tables with the same set of columns to speed up some complex
queries. As the size of the original table is increasing fast, I want
to get it separated once the size grows up to a limit. So there
will be a large amount of tables (having same structure) in a database. Is
there any potential performance problem with this design?

Thanks.

Li Li

In response to

  • Re: at 2002-12-03 03:56:04 from Ron Johnson

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2002-12-03 05:59:44 Re: v7.2.3 versus v7.3 -> huge performance penalty for JOIN with UNION
Previous Message Ron Johnson 2002-12-03 03:56:04 Re: