Can a single Postgres database contain more than 20,000 schemas? What are the
implications of such a database design.
I was reading about postgres schemas here -
http://www.postgresql.org/docs/8.2/static/ddl-schemas.html and I'm planning to
create one schema per account in my multi-tenant Ruby
present in one postgres database?
Sent from my iPhone
On 24-Jul-2013, at 7:51 PM, Bruce Momjian wrote:
> On Wed, Jul 24, 2013 at 04:41:07PM +0530, Anand Muthukrishnan wrote:
>> Can a single Postgres database contain more than 20,000 schemas? What are the
>> implications of