Re: Thousands of schemas and ANALYZE goes out of memory - Mailing list pgsql-general

From Hugo
Subject Re: Thousands of schemas and ANALYZE goes out of memory
Date
Msg-id 1349125236444-5726212.post@n5.nabble.com
Whole thread Raw
In response to Re: Thousands of schemas and ANALYZE goes out of memory  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> I doubt that the number of *schemas* is a big deal here, but the number
> of *tables* might well be.  How many?  Also, 9.0.what?

Each schema has 22 tables, so we can count at least 22 x 10,000 = 220,000
tables.
The postgresql version is 9.0.7-1.

Regards,
Hugo




--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Thousands-of-schemas-and-ANALYZE-goes-out-of-memory-tp5726198p5726212.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Moshe Jacobson
Date:
Subject: Re: What's faster? BEGIN ... EXCEPTION or CREATE TEMP TABLE IF NOT EXISTS?
Next
From: Alan Hodgson
Date:
Subject: Re: Securing .pgpass File?