Re: Re: [GENERAL] PostgreSQL vs. MySQL
От
Thomas Lockhart
Тема
Re: Re: [GENERAL] PostgreSQL vs. MySQL
Дата
Msg-id
3969EE4A.794D251D@alumni.caltech.edu
Список
Дерево обсуждения
Re: pg_backup symlink? Lamar Owen <lamar.owen@wgcr.org>
Re: pg_backup symlink? Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_backup symlink? Philip Warner <pjw@rhyme.com.au>
Re: pg_backup symlink? The Hermit Hacker <scrappy@hub.org>
Re: pg_backup symlink? Philip Warner <pjw@rhyme.com.au>
Re: pg_backup symlink? Bruce Momjian <pgman@candle.pha.pa.us>
> No, I meant that we wouldn't have physically separate databases anymore
> within an installation, but would provide the illusion of it via
> schemas. So, only one pg_class (for example) per installation.
> This would simplify life in a number of areas... but there are downsides
> to it as well, of course.
Oops. This seems the wrong way to go. Increasing coupling between
databases to support schemas really means that we've traded one feature
for another, not increased our feature set.
Schemas are intended to help logically partition a work area/database.
We will need to implement the SQL99 path lookup scheme for finding
resources within a schema-divided database. But imho most installations
will still want resource- and permissions-partitioning between different
databases, and schemas should figure out how to fit within a single
database.
I didn't participate in the tablespace discussion because there seems to
be several PoV's well represented, but I'm interested in the schema
issue ;)
- Thomas
В списке pgsql-hackers по дате отправления