Re: Which gives good performance? separate database vs separate schema

From: tv(at)fuzzy(dot)cz
To: "Thomas Kellerer" <spam_eater(at)gmx(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Which gives good performance? separate database vs separate schema
Date: 2010-11-25 12:09:06
Message-ID: 6849f7cc542b37d0b6650fa9f310efb5.squirrel@sq.gransy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> I don't think it will make a big difference in performance.
>
> The real question is: do you need queries that "cross boundaries"? If that
> is the case you have to use schema, because Postgres does not support
> cross-database queries.

Well, there's dblink contrib module, but that won't improve performance.

Tomas

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Andres Freund 2010-11-25 12:10:16 Re: Which gives good performance? separate database vs separate schema
Previous Message Thomas Kellerer 2010-11-25 12:03:29 Re: Which gives good performance? separate database vs separate schema