On 8/10/2014 4:41 PM, Paul Libbrecht wrote:
Just a matter of feelings, it would seem to me that a
different DB and, thus, a different connection pool, disk space, SQL user, and set of
locks would appear very trustable to me.
I understand different tables by wiki brings only separate locks... Right?
PostgreSQL doesn't generally have locks, as it mostly uses Snapshot
Isolation. So there's little benefit in separate databases for this reason.
For disk space, it's possible to specify different tablespaces for the
additional schemas, although you can't do this within the wiki interface
(you'd need to use psql).