Re: How can we expand PostgreSQL ecosystem?

From: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: How can we expand PostgreSQL ecosystem?
Date: 2016-03-06 05:46:41
Message-ID: 56DBC441.4030905@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers

On 06/03/16 18:29, MauMau wrote:
> As I said in the previous greeting mail, I'd like to discuss how to
> expand PostgreSQL ecosystem. Here, ecosystem means "interoperability"
> -- the software products and cloud services which use/support
> PostgreSQL. If pgsql-advocacy or somewhere else is better for this
> topic, just tell me so.

For cloud - in particular Openstack (which I am working with ATM), the
biggest thing would be:

- multi-master replication

or failing that:

- self managing single master failover (voting/quorum etc)

so that operators can essentially 'set and forget'. We currently use
Mysql+ Galera (multi master) and Mongodb (self managing single master)
and the convenience and simplicity is just so important (Openstack is a
huge complex collection of services - hand holding of any one service is
pretty much a non starter).

regards

Mark

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Craig Ringer 2016-03-06 05:59:34 Re: How can we expand PostgreSQL ecosystem?
Previous Message MauMau 2016-03-06 05:29:15 How can we expand PostgreSQL ecosystem?

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-03-06 05:58:45 Re: Proposal: SET ROLE hook
Previous Message Amit Kapila 2016-03-06 05:43:31 Re: WIP: Upper planner pathification