Re: PG vs MySQL

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: PG vs MySQL
Дата
Msg-id 40685C34.8090709@commandprompt.com
обсуждение исходный текст
Ответ на Re: PG vs MySQL  (Mike Nolan <nolan@gw.tssi.com>)
Ответы Re: PG vs MySQL  ("Marc G. Fournier" <scrappy@postgresql.org>)
Re: PG vs MySQL  (Mike Nolan <nolan@gw.tssi.com>)
Re: PG vs MySQL  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
> I also wonder how well the pg_hba.conf method will scale.  What happens
> if there are hundreds of client databases or thousands of entries in
> pg_hba.conf?

Although I personally would like to see a pg_hba table instead of the
file, I would have to seariously question your implementation if you had
hundreds of databases on a single machine.

If you need separate data spaces for each customer but the application
uses the same schema, use namespaces within a single database.

Sincerely,

Joshua D. Drake



> --
> Mike Nolan
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL

Вложения

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

Предыдущее
От: "Alexander Blüm"
Дата:
Сообщение: pl/pgsql perform and execute return wrong values...
Следующее
От: Diogo Biazus
Дата:
Сообщение: Re: Problem with memory in C function