Re: 15,000 tables - Mailing list pgsql-performance

From Jaime Casanova
Subject Re: 15,000 tables
Date
Msg-id c2d9e70e0512010815h71c37d61hc9b13fa849493046@mail.gmail.com
Whole thread Raw
In response to Re: 15,000 tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
On 12/1/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Michael Riess <mlriess@gmx.de> writes:
> > (We NEED that many tables, please don't recommend to reduce them)
>
> No, you don't.  Add an additional key column to fold together different
> tables of the same structure.  This will be much more efficient than
> managing that key at the filesystem level, which is what you're
> effectively doing now.
>
> (If you really have 15000 distinct rowtypes, I'd like to know what
> your database design is...)
>
>                        regards, tom lane
>

Maybe he is using some kind of weird ERP... take the case of BaaN
(sadly i use it in my work): BaaN creates about 1200 tables per
company and i have no control of it... we have about 12000 tables
right now...

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: 15,000 tables
Next
From: "Merlin Moncure"
Date:
Subject: Re: pg_dump slow