Is there any limitations - Mailing list pgsql-performance

From li li
Subject Is there any limitations
Date
Msg-id Pine.GSO.4.33.0212022130040.3961-100000@ix.cs.uoregon.edu
Whole thread Raw
In response to Re:  (Ron Johnson <ron.l.johnson@cox.net>)
Responses Re: Is there any limitations
List 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



pgsql-performance by date:

Previous
From: Ron Johnson
Date:
Subject: Re:
Next
From: Tom Lane
Date:
Subject: Re: v7.2.3 versus v7.3 -> huge performance penalty for JOIN with UNION