Re: MediaWiki + PostgreSQL is not ready for production?

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: achill(at)matrix(dot)gatewaynet(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: MediaWiki + PostgreSQL is not ready for production?
Date: 2016-07-19 09:05:16
Message-ID: 20160719.180516.1079267453734816316.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> My colleague has been working on making the latest version of
>> WordPress
>> work with PostgreSQL (there used be a PostgreSQL plugin but it has not
>> been maintained and does not work with the latest version of
>> WordPress). I imagine there are someone who are attacking the classic
>> problem and I wonder as PostgreSQL community, what we can do for this.
>
> IMHO the way to solve this is not running to catch up with the various
> projects using a *SIMPLE* SQL backened, but rather create a new
> postgresql project providing a mysql compatibility layer, something
> like a server side parser that would translate the mysql commands to
> real SQL (PostgreSQL) statements.
> Then only one (this) project should be maintained, with no work wasted
> in specific client software.
> So, PostgreSQL can continue to do what it knows to do best, with no
> worries of not being natively compatible with simplistic yet
> proprietary systems like mysql.

I'm not sure that's the best way ever. Sometimes the approach results
in lesser performance of PostgreSQL than MySQL because of the SQL is
not optimized for PostgreSQL. For toy project, that's fine. But for
serious project it might bring bad performance and users will be
disappointed and speak like "PostgreSQL is slower than MySQL". I saw
that with Zabbix, for example.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Achilleas Mantzios 2016-07-19 09:37:10 Re: MediaWiki + PostgreSQL is not ready for production?
Previous Message Berend Tober 2016-07-19 08:14:12 Re: MediaWiki + PostgreSQL is not ready for production?