Partitioned table limitation - Mailing list pgsql-general

From Goboxe
Subject Partitioned table limitation
Date
Msg-id 1191230267.351311.135790@r29g2000hsg.googlegroups.com
Whole thread Raw
Responses Re: Partitioned table limitation
Re: Partitioned table limitation
List pgsql-general
Hi,

Are there any limitations on number of child tables that can be use
in
partitioned table?


I am currently having weekly partitioned tables (using partitioned
view in SQL Server) that I kept for 2 years.
In total, there will be 52 * 2 = 104 tables exist at one time in the
partition.


I am migrating from SQL Server to pg. Can pg support that number of
tables?


How about if I want to convert it as daily tables (356 * 2 years =
712
tables).
Is this recommended?


FYI, currently each weekly table storeing between 28 to 32 millions
records (approx 4-5 millions recs daily)


Thanks,
G


pgsql-general by date:

Previous
From: "olivier.scalbert@algosyn.com"
Date:
Subject: importing large files
Next
From: dterrors@hotmail.com
Date:
Subject: It's time to support GRANT SELECT,UPDATE,...,...,... ON database.* to username