Re: Drupal and PostgreSQL - performance issues?

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: Drupal and PostgreSQL - performance issues?
Дата
Msg-id 2f4958ff0810130219u2569f032vb815ab7191199e88@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Drupal and PostgreSQL - performance issues?  (admin <mick@mjhall.org>)
Список pgsql-general
On Mon, Oct 13, 2008 at 10:08 AM, admin <mick@mjhall.org> wrote:
I am also evaluating Drupal + PostgreSQL at the moment. We are building a local government website/intranet that doesn't need to be lightning fast or handle millions of hits a day, but it does need to be rock solid and potentially needs to manage complex business processes. So PostgreSQL seems a good choice.

However, PostgreSQL support in the PHP CMS world seems lacking. Joomla is basically a MySQL-only shop. Drupal is *maybe* suitable, but who really knows where it will end up?
that's the thing. For whatever reason, everyone starts a web project with mysql underneeth. They even don't structure dbs well, not to mention using transactions, and stuff like that.
At the end of day, postgresql shares more or less the same queries - if implemented - and same type of primitive db schema, with all its problems.
 

> Can anyone recommend an alternative CMS with the features and flexibility of Drupal that supports PostgreSQL 100%? W hat about the Python world, what is Plone like with PostgreSQL support?
You seriously don't want to go that route. Plone is such a pain to support, and slow thing as well. 


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



--
GJ

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

Предыдущее
От: admin
Дата:
Сообщение: Re: Drupal and PostgreSQL - performance issues?
Следующее
От: Vladimir Dzhuvinov
Дата:
Сообщение: PL/pgSQL stored procedure returning multiple result sets (SELECTs)?