You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Podyn can be set up on multiple nodes for scaling out or fault tolerance. However, this currently only supported in jsonb mode. In columns mode, nodes may independently decide to add a column and the second node would fail to do so because the column already exists.
To fix this, nodes should get the current schema from postgres if adding a column fails and then continue.
Podyn can be set up on multiple nodes for scaling out or fault tolerance. However, this currently only supported in
jsonbmode. Incolumnsmode, nodes may independently decide to add a column and the second node would fail to do so because the column already exists.To fix this, nodes should get the current schema from postgres if adding a column fails and then continue.