Why you should use schemata instead of multiple databases

Posted by ads' corner on Tuesday, 2006-10-03
Posted in [Other-Dbs]

Just a week ago I had a discussion with a MySQL fellow about pro and contra for schemata (schema.table as example in PostgreSQL) or use of multiple databases (database.table in MySQL).

Today I found this article.

And of course this is another big argument against the possibility of accessing two or more databases in one query statement.


Categories: [Other-Dbs]
Tags: [Mysql] [Postgresql]