Re: How can we expand PostgreSQL ecosystem? - Mailing list pgsql-hackers

From Mark Kirkwood
Subject Re: How can we expand PostgreSQL ecosystem?
Date
Msg-id 56DBC441.4030905@catalyst.net.nz
Whole thread Raw
In response to How can we expand PostgreSQL ecosystem?  ("MauMau" <maumau307@gmail.com>)
Responses Re: How can we expand PostgreSQL ecosystem?  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Re: How can we expand PostgreSQL ecosystem?  (Craig Ringer <craig@2ndquadrant.com>)
List 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



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: WIP: Upper planner pathification
Next
From: Tom Lane
Date:
Subject: Re: Proposal: SET ROLE hook