From: | Swathi P <swathi(dot)bluepearl(at)gmail(dot)com> |
---|---|
To: | Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com> |
Cc: | Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Query on postgres_fdw extension |
Date: | 2021-06-01 15:09:39 |
Message-ID: | CAKtL=nmMZVm9J8=omTGBJG_gx=8-Frk8GBLsbutMScZUak6zSQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-general |
You are right, we added more than one
coordinator nodes for high availability and to avoid single point of
failure.
Thanks
Swathi
On Tue, Jun 1, 2021, 3:54 PM Bharath Rupireddy <
bharath(dot)rupireddyforpostgres(at)gmail(dot)com> wrote:
> On Tue, Jun 1, 2021 at 3:31 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
> wrote:
> >
> > Hi,
> >
> > On Fri, May 14, 2021 at 6:08 PM Swathi P <swathi(dot)bluepearl(at)gmail(dot)com>
> wrote:
> > > In our sharding solution, we have multiple coodinator nodes. If we
> declare the table column as serial data type, we might end up having
> duplicate values for id column in the table_a in host_b (data node) as
> cconnections come from multiple coordinatoor nodes and might end up in
> duplicate key violations.
> > >
> > > Hence we decided to have the coordinator nodes as stateless and hence
> declared the column with no serial/sequence. Let me know if this makes
> sense.
> >
> > It seems reasonable to me to make coodinator nodes stateless, but may
> > I ask the reason you use multiple coordinator nodes?
>
> Perhaps, as a redundant node to avoid single point of failures? It's
> just a guess as I'm not the right one to answer that question though.
>
> With Regards,
> Bharath Rupireddy.
>
From | Date | Subject | |
---|---|---|---|
Next Message | PG Bug reporting form | 2021-06-01 20:45:06 | BUG #17042: Concurrent Modifications of PostgreSQL Function Can Corrupt Database |
Previous Message | Godfrin, Philippe E | 2021-06-01 14:27:55 | RE: [EXTERNAL] Re: CREATE SERVER makes 2 entries in the dictionary |
From | Date | Subject | |
---|---|---|---|
Next Message | Philip Semanchuk | 2021-06-01 18:00:16 | CREATE/REFRESH MATERIALIZED VIEW planner difference? |
Previous Message | Zahir Lalani | 2021-06-01 11:45:32 | RE: Framework for 0 downtime deploys |