Re: Re: [GENERAL] PostgreSQL vs. MySQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [GENERAL] PostgreSQL vs. MySQL
Дата
Msg-id 298.963239380@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [GENERAL] PostgreSQL vs. MySQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Re: [GENERAL] PostgreSQL vs. MySQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> It occurs to me that this'd get a whole lot more feasible if one
>> postmaster == one database, which is something we *could* do if we
>> implemented schemas.  Hiroshi's been arguing that the current hard
>> separation between databases in an installation should be done away
>> with in favor of schemas, and I'm starting to see his point...

> This is interesting.  You believe schema's would allow a pool of
> backends to connect to any database?  That would clearly be a win.

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.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: More info
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Progress report: intraquery memory recovery in executor