Re: The plan for FDW-based sharding - Mailing list pgsql-hackers

From Robert Haas
Subject Re: The plan for FDW-based sharding
Date
Msg-id CA+TgmoZA42DgccEznR0r1-GhLdWxnvNGdqfrpNXnxF1gu-ZsLA@mail.gmail.com
Whole thread Raw
In response to Re: The plan for FDW-based sharding  (Oleg Bartunov <obartunov@gmail.com>)
Responses Re: The plan for FDW-based sharding
List pgsql-hackers
On Wed, Feb 24, 2016 at 3:05 PM, Oleg Bartunov <obartunov@gmail.com> wrote:
> I already several times pointed, that we need XTM to be able to continue
> development in different directions, since there is no clear winner.
> Moreover, I think there is no fits-all  solution and while I agree we need
> one built-in in the core, other approaches should have ability to exists
> without patching.

I don't think I necessarily agree with that.  Transaction management
is such a fundamental part of the system that I think making it
pluggable is going to be really hard.  I understand that you've done
several implementations based on your proposed API, and that's good as
far as it goes, but how do we know that's really going to be general
enough for what other people might need?  And what makes us think we
really need multiple transaction managers, anyway?  Even writing one
good distributed transaction manager seems like a really hard project
- why would we want to write two or three or five?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: PATCH: index-only scans with partial indexes
Next
From: David Fetter
Date:
Subject: Re: Sanity checking for ./configure options?